Uses of Class
software.amazon.awssdk.services.cloudwatchevents.model.BatchRetryStrategy
-
Packages that use BatchRetryStrategy Package Description software.amazon.awssdk.services.cloudwatchevents.model -
-
Uses of BatchRetryStrategy in software.amazon.awssdk.services.cloudwatchevents.model
Methods in software.amazon.awssdk.services.cloudwatchevents.model that return BatchRetryStrategy Modifier and Type Method Description BatchRetryStrategyBatchParameters. retryStrategy()The retry strategy to use for failed jobs, if the target is an Batch job.Methods in software.amazon.awssdk.services.cloudwatchevents.model with parameters of type BatchRetryStrategy Modifier and Type Method Description BatchParameters.BuilderBatchParameters.Builder. retryStrategy(BatchRetryStrategy retryStrategy)The retry strategy to use for failed jobs, if the target is an Batch job.
-