Uses of Interface
software.amazon.awssdk.retries.api.AcquireInitialTokenRequest
Packages that use AcquireInitialTokenRequest
-
Uses of AcquireInitialTokenRequest in software.amazon.awssdk.retries.api
Methods in software.amazon.awssdk.retries.api that return AcquireInitialTokenRequestModifier and TypeMethodDescriptionstatic AcquireInitialTokenRequestCreates a newAcquireInitialTokenRequestinstance with the given scope.Methods in software.amazon.awssdk.retries.api with parameters of type AcquireInitialTokenRequestModifier and TypeMethodDescriptionRetryStrategy.acquireInitialToken(AcquireInitialTokenRequest request) Invoked before the first request attempt. -
Uses of AcquireInitialTokenRequest in software.amazon.awssdk.retries.api.internal
Classes in software.amazon.awssdk.retries.api.internal that implement AcquireInitialTokenRequestModifier and TypeClassDescriptionfinal classImplementation of theAcquireInitialTokenRequestinterface.Methods in software.amazon.awssdk.retries.api.internal that return AcquireInitialTokenRequestModifier and TypeMethodDescriptionstatic AcquireInitialTokenRequestCreates a newAcquireInitialTokenRequestImplinstance with the given scope.