public final class RetryPolicyContext extends Object
RetryPolicy.| Constructor and Description |
|---|
RetryPolicyContext(software.amazon.awssdk.core.exception.SdkException exception,
int retriesAttempted,
String transactionId) |
| Modifier and Type | Method and Description |
|---|---|
software.amazon.awssdk.core.exception.SdkException |
exception() |
int |
retriesAttempted() |
String |
transactionId() |
public RetryPolicyContext(software.amazon.awssdk.core.exception.SdkException exception,
int retriesAttempted,
String transactionId)
public software.amazon.awssdk.core.exception.SdkException exception()
public int retriesAttempted()
public String transactionId()