Uses of Interface
software.amazon.awssdk.retries.api.RefreshRetryTokenResponse
-
Packages that use RefreshRetryTokenResponse Package Description software.amazon.awssdk.retries.api software.amazon.awssdk.retries.api.internal -
-
Uses of RefreshRetryTokenResponse in software.amazon.awssdk.retries.api
Methods in software.amazon.awssdk.retries.api that return RefreshRetryTokenResponse Modifier and Type Method Description static RefreshRetryTokenResponseRefreshRetryTokenResponse. create(RetryToken token, Duration delay)Creates a newRefreshRetryTokenResponsewith the given token and delay.RefreshRetryTokenResponseRetryStrategy. 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 RefreshRetryTokenResponse Modifier and Type Class Description classRefreshRetryTokenResponseImplImplementation for theRefreshRetryTokenResponseinterface.Methods in software.amazon.awssdk.retries.api.internal that return RefreshRetryTokenResponse Modifier and Type Method Description static RefreshRetryTokenResponseRefreshRetryTokenResponseImpl. create(RetryToken token, Duration delay)Creates a newRefreshRetryTokenResponsewith the given token and delay.
-