Uses of Class
software.amazon.awssdk.core.retry.conditions.MaxNumberOfRetriesCondition
-
Packages that use MaxNumberOfRetriesCondition Package Description software.amazon.awssdk.core.retry.conditions -
-
Uses of MaxNumberOfRetriesCondition in software.amazon.awssdk.core.retry.conditions
Methods in software.amazon.awssdk.core.retry.conditions that return MaxNumberOfRetriesCondition Modifier and Type Method Description static MaxNumberOfRetriesConditionMaxNumberOfRetriesCondition. create(int maxNumberOfRetries)static MaxNumberOfRetriesConditionMaxNumberOfRetriesCondition. forRetryMode(RetryMode retryMode)
-