Uses of Package
software.amazon.awssdk.retries.api
-
Packages that use software.amazon.awssdk.retries.api Package Description software.amazon.awssdk.retries.api software.amazon.awssdk.retries.api.internal software.amazon.awssdk.retries.api.internal.backoff -
Classes in software.amazon.awssdk.retries.api used by software.amazon.awssdk.retries.api Class Description AcquireInitialTokenRequest Encapsulates the abstract scope to start the attempts about to be executed using a retry strategy.AcquireInitialTokenResponse Encapsulates the response from theRetryStrategyto the request to start the attempts to be executed.BackoffStrategy Determines how long to wait before each execution attempt.RecordSuccessRequest Request that the calling code makes to theRetryStrategyusingRetryStrategy.recordSuccess(RecordSuccessRequest)to notify that the attempted execution succeeded.RecordSuccessResponse Response given to the calling code by theRetryStrategyafter callingRetryStrategy.recordSuccess(RecordSuccessRequest).RefreshRetryTokenRequest Request that the calling code makes to theRetryStrategyusingRetryStrategy.refreshRetryToken(RefreshRetryTokenRequest)to notify that the attempted execution failed and theRetryTokenneeds to be refreshed.RefreshRetryTokenRequest.Builder RefreshRetryTokenResponse Response from theRetryStrategyafter callingRetryStrategy.refreshRetryToken(RefreshRetryTokenRequest).RetryStrategy A strategy used by an SDK to determine when something should be retried.RetryStrategy.Builder Builder to create immutable instances ofRetryStrategy.RetryToken An opaque token representing an in-progress execution. -
Classes in software.amazon.awssdk.retries.api used by software.amazon.awssdk.retries.api.internal Class Description AcquireInitialTokenRequest Encapsulates the abstract scope to start the attempts about to be executed using a retry strategy.AcquireInitialTokenResponse Encapsulates the response from theRetryStrategyto the request to start the attempts to be executed.RecordSuccessRequest Request that the calling code makes to theRetryStrategyusingRetryStrategy.recordSuccess(RecordSuccessRequest)to notify that the attempted execution succeeded.RecordSuccessResponse Response given to the calling code by theRetryStrategyafter callingRetryStrategy.recordSuccess(RecordSuccessRequest).RefreshRetryTokenRequest Request that the calling code makes to theRetryStrategyusingRetryStrategy.refreshRetryToken(RefreshRetryTokenRequest)to notify that the attempted execution failed and theRetryTokenneeds to be refreshed.RefreshRetryTokenRequest.Builder RefreshRetryTokenResponse Response from theRetryStrategyafter callingRetryStrategy.refreshRetryToken(RefreshRetryTokenRequest).RetryToken An opaque token representing an in-progress execution. -
Classes in software.amazon.awssdk.retries.api used by software.amazon.awssdk.retries.api.internal.backoff Class Description BackoffStrategy Determines how long to wait before each execution attempt.