Uses of Interface
software.amazon.awssdk.retries.api.RefreshRetryTokenResponse
Packages that use RefreshRetryTokenResponse
-
Uses of RefreshRetryTokenResponse in software.amazon.awssdk.retries.api
Methods in software.amazon.awssdk.retries.api that return RefreshRetryTokenResponseModifier and TypeMethodDescriptionstatic RefreshRetryTokenResponseRefreshRetryTokenResponse.create(RetryToken token, Duration delay) Creates a newRefreshRetryTokenResponsewith the given token and delay.RetryStrategy.refreshRetryToken(RefreshRetryTokenRequest request) Invoked before each subsequent (non-first) request attempt. -
Uses of RefreshRetryTokenResponse in software.amazon.awssdk.retries.api.internal
Classes in software.amazon.awssdk.retries.api.internal that implement RefreshRetryTokenResponseModifier and TypeClassDescriptionfinal classImplementation for theRefreshRetryTokenResponseinterface.Methods in software.amazon.awssdk.retries.api.internal that return RefreshRetryTokenResponseModifier and TypeMethodDescriptionstatic RefreshRetryTokenResponseRefreshRetryTokenResponseImpl.create(RetryToken token, Duration delay) Creates a newRefreshRetryTokenResponsewith the given token and delay.