| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevents.model |
| Modifier and Type | Method and Description |
|---|---|
RetryPolicy |
RetryPolicy.clone() |
RetryPolicy |
Target.getRetryPolicy()
The
RetryPolicy object that contains the retry policy configuration to use for the dead-letter
queue. |
RetryPolicy |
RetryPolicy.withMaximumEventAgeInSeconds(Integer maximumEventAgeInSeconds)
The maximum amount of time, in seconds, to continue to make retry attempts.
|
RetryPolicy |
RetryPolicy.withMaximumRetryAttempts(Integer maximumRetryAttempts)
The maximum number of retry attempts to make before the request fails.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Target.setRetryPolicy(RetryPolicy retryPolicy)
The
RetryPolicy object that contains the retry policy configuration to use for the dead-letter
queue. |
Target |
Target.withRetryPolicy(RetryPolicy retryPolicy)
The
RetryPolicy object that contains the retry policy configuration to use for the dead-letter
queue. |
Copyright © 2023. All rights reserved.