| Package | Description |
|---|---|
| software.amazon.awssdk.core.retry.conditions |
| Modifier and Type | Method and Description |
|---|---|
static RetryOnExceptionsCondition |
RetryOnExceptionsCondition.create(Class<? extends Exception>... exceptionsToRetryOn) |
static RetryOnExceptionsCondition |
RetryOnExceptionsCondition.create(Set<Class<? extends Exception>> exceptionsToRetryOn) |
Copyright © 2019. All rights reserved.