Uses of Interface
software.amazon.awssdk.retries.api.RetryToken
Packages that use RetryToken
-
Uses of RetryToken in software.amazon.awssdk.retries.api
Methods in software.amazon.awssdk.retries.api that return RetryTokenModifier and TypeMethodDescriptionAcquireInitialTokenResponse.token()ARetryTokenacquired by this invocation, used in subsequentRetryStrategy.refreshRetryToken(software.amazon.awssdk.retries.api.RefreshRetryTokenRequest)orRetryStrategy.recordSuccess(software.amazon.awssdk.retries.api.RecordSuccessRequest)calls.RecordSuccessRequest.token()RecordSuccessResponse.token()RefreshRetryTokenRequest.token()RefreshRetryTokenResponse.token()ARetryTokenacquired by this invocation, used in subsequentRetryStrategy.refreshRetryToken(software.amazon.awssdk.retries.api.RefreshRetryTokenRequest)orRetryStrategy.recordSuccess(software.amazon.awssdk.retries.api.RecordSuccessRequest)calls.TokenAcquisitionFailedException.token()Returns the retry token that tracked the execution.Methods in software.amazon.awssdk.retries.api with parameters of type RetryTokenModifier and TypeMethodDescriptionstatic AcquireInitialTokenResponseAcquireInitialTokenResponse.create(RetryToken token, Duration delay) Creates a newAcquireInitialTokenRequestinstance with the given scope.static RecordSuccessRequestRecordSuccessRequest.create(RetryToken token) Creates a newRecordSuccessRequestinstance with the given token.static RecordSuccessResponseRecordSuccessResponse.create(RetryToken token) Creates a newRecordSuccessResponseImplwith the given token.static RefreshRetryTokenResponseRefreshRetryTokenResponse.create(RetryToken token, Duration delay) Creates a newRefreshRetryTokenResponsewith the given token and delay.RefreshRetryTokenRequest.Builder.token(RetryToken token) Configures theRetryTokento be refreshed.Constructors in software.amazon.awssdk.retries.api with parameters of type RetryTokenModifierConstructorDescriptionTokenAcquisitionFailedException(String msg, RetryToken token, Throwable cause) Exception constructor accepting message, retry token, and a root cause.TokenAcquisitionFailedException(String msg, RetryToken token, Throwable cause, Duration delay) Exception constructor accepting message, retry token, a root cause, and delay. -
Uses of RetryToken in software.amazon.awssdk.retries.api.internal
Methods in software.amazon.awssdk.retries.api.internal that return RetryTokenModifier and TypeMethodDescriptionAcquireInitialTokenResponseImpl.token()RecordSuccessRequestImpl.token()RecordSuccessResponseImpl.token()RefreshRetryTokenRequestImpl.token()RefreshRetryTokenResponseImpl.token()Methods in software.amazon.awssdk.retries.api.internal with parameters of type RetryTokenModifier and TypeMethodDescriptionstatic AcquireInitialTokenResponseAcquireInitialTokenResponseImpl.create(RetryToken token, Duration delay) Creates a newAcquireInitialTokenResponseImplinstance with the given token and suggested delay values.static RecordSuccessRequestRecordSuccessRequestImpl.create(RetryToken token) static RecordSuccessResponseRecordSuccessResponseImpl.create(RetryToken token) Creates a newRecordSuccessResponseImplwith the given token and responses.static RefreshRetryTokenResponseRefreshRetryTokenResponseImpl.create(RetryToken token, Duration delay) Creates a newRefreshRetryTokenResponsewith the given token and delay.RefreshRetryTokenRequestImpl.Builder.token(RetryToken token)