Uses of Interface
software.amazon.awssdk.retries.api.RetryToken
-
Packages that use RetryToken Package Description software.amazon.awssdk.retries.api software.amazon.awssdk.retries.api.internal -
-
Uses of RetryToken in software.amazon.awssdk.retries.api
Methods in software.amazon.awssdk.retries.api that return RetryToken Modifier and Type Method Description RetryTokenAcquireInitialTokenResponse. token()ARetryTokenacquired by this invocation, used in subsequentRetryStrategy.refreshRetryToken(software.amazon.awssdk.retries.api.RefreshRetryTokenRequest)orRetryStrategy.recordSuccess(software.amazon.awssdk.retries.api.RecordSuccessRequest)calls.RetryTokenRecordSuccessRequest. token()RetryTokenRecordSuccessResponse. token()RetryTokenRefreshRetryTokenRequest. token()RetryTokenRefreshRetryTokenResponse. token()ARetryTokenacquired by this invocation, used in subsequentRetryStrategy.refreshRetryToken(software.amazon.awssdk.retries.api.RefreshRetryTokenRequest)orRetryStrategy.recordSuccess(software.amazon.awssdk.retries.api.RecordSuccessRequest)calls.RetryTokenTokenAcquisitionFailedException. token()Returns the retry token that tracked the execution.Methods in software.amazon.awssdk.retries.api with parameters of type RetryToken Modifier and Type Method Description static 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.BuilderRefreshRetryTokenRequest.Builder. token(RetryToken token)Configures theRetryTokento be refreshed.Constructors in software.amazon.awssdk.retries.api with parameters of type RetryToken Constructor Description TokenAcquisitionFailedException(String msg, RetryToken token, Throwable cause)Exception constructor accepting message, retry token, and a root cause. -
Uses of RetryToken in software.amazon.awssdk.retries.api.internal
Methods in software.amazon.awssdk.retries.api.internal that return RetryToken Modifier and Type Method Description RetryTokenAcquireInitialTokenResponseImpl. token()RetryTokenRecordSuccessRequestImpl. token()RetryTokenRecordSuccessResponseImpl. token()RetryTokenRefreshRetryTokenRequestImpl. token()RetryTokenRefreshRetryTokenResponseImpl. token()Methods in software.amazon.awssdk.retries.api.internal with parameters of type RetryToken Modifier and Type Method Description static 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.BuilderRefreshRetryTokenRequestImpl.Builder. token(RetryToken token)
-