Uses of Class
software.amazon.awssdk.services.scheduler.model.RetryPolicy
-
Packages that use RetryPolicy Package Description software.amazon.awssdk.services.scheduler.model -
-
Uses of RetryPolicy in software.amazon.awssdk.services.scheduler.model
Methods in software.amazon.awssdk.services.scheduler.model that return RetryPolicy Modifier and Type Method Description RetryPolicyTarget. retryPolicy()ARetryPolicyobject 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.Methods in software.amazon.awssdk.services.scheduler.model with parameters of type RetryPolicy Modifier and Type Method Description Target.BuilderTarget.Builder. retryPolicy(RetryPolicy retryPolicy)ARetryPolicyobject 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.
-