| Package | Description |
|---|---|
| com.amazonaws.services.scheduler.model |
| Modifier and Type | Method and Description |
|---|---|
RetryPolicy |
RetryPolicy.clone() |
RetryPolicy |
Target.getRetryPolicy()
A
RetryPolicy object that includes information about the retry policy settings, including the
maximum age of an event, and the maximum number of times EventBridge Scheduler will try to deliver the event to a
target. |
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)
A
RetryPolicy object that includes information about the retry policy settings, including the
maximum age of an event, and the maximum number of times EventBridge Scheduler will try to deliver the event to a
target. |
Target |
Target.withRetryPolicy(RetryPolicy retryPolicy)
A
RetryPolicy object that includes information about the retry policy settings, including the
maximum age of an event, and the maximum number of times EventBridge Scheduler will try to deliver the event to a
target. |
Copyright © 2024. All rights reserved.