Class RetryPolicyAdapter
java.lang.Object
software.amazon.awssdk.core.internal.retry.RetryPolicyAdapter
- All Implemented Interfaces:
RetryStrategy
Implements the
RetryStrategy interface by wrapping a RetryPolicy instance.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic RetryPolicyAdapter.Builderbuilder()booleanintrecordSuccess(RecordSuccessRequest request) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.retries.api.RetryStrategy
useClientDefaults
-
Method Details
-
acquireInitialToken
- Specified by:
acquireInitialTokenin interfaceRetryStrategy
-
refreshRetryToken
- Specified by:
refreshRetryTokenin interfaceRetryStrategy
-
recordSuccess
- Specified by:
recordSuccessin interfaceRetryStrategy
-
maxAttempts
public int maxAttempts()- Specified by:
maxAttemptsin interfaceRetryStrategy
-
toBuilder
- Specified by:
toBuilderin interfaceRetryStrategy
-
isInitialized
public boolean isInitialized() -
builder
-