Uses of Class
software.amazon.awssdk.core.retry.conditions.RetryOnExceptionsCondition
-
Packages that use RetryOnExceptionsCondition Package Description software.amazon.awssdk.core.retry.conditions -
-
Uses of RetryOnExceptionsCondition in software.amazon.awssdk.core.retry.conditions
Methods in software.amazon.awssdk.core.retry.conditions that return RetryOnExceptionsCondition Modifier and Type Method Description static RetryOnExceptionsConditionRetryOnExceptionsCondition. create(Class<? extends Exception>... exceptionsToRetryOn)static RetryOnExceptionsConditionRetryOnExceptionsCondition. create(Set<Class<? extends Exception>> exceptionsToRetryOn)
-