Class RecordSuccessResponseImpl
java.lang.Object
software.amazon.awssdk.retries.api.internal.RecordSuccessResponseImpl
- All Implemented Interfaces:
RecordSuccessResponse
Implementation of the
RecordSuccessResponse
interface.-
Method Summary
Modifier and TypeMethodDescriptionstatic RecordSuccessResponse
create
(RetryToken token) Creates a newRecordSuccessResponseImpl
with the given token and responses.token()
-
Method Details
-
token
Description copied from interface:RecordSuccessResponse
ARetryToken
acquired a previousRetryStrategy.acquireInitialToken(software.amazon.awssdk.retries.api.AcquireInitialTokenRequest)
orRetryStrategy.refreshRetryToken(software.amazon.awssdk.retries.api.RefreshRetryTokenRequest)
call.- Specified by:
token
in interfaceRecordSuccessResponse
-
create
Creates a newRecordSuccessResponseImpl
with the given token and responses.
-