Uses of Class
software.amazon.awssdk.services.batch.model.ServiceJobRetryStrategy
-
Packages that use ServiceJobRetryStrategy Package Description software.amazon.awssdk.services.batch.model -
-
Uses of ServiceJobRetryStrategy in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return ServiceJobRetryStrategy Modifier and Type Method Description ServiceJobRetryStrategyDescribeServiceJobResponse. retryStrategy()The retry strategy to use for failed service jobs that are submitted with this service job.ServiceJobRetryStrategySubmitServiceJobRequest. retryStrategy()The retry strategy to use for failed service jobs that are submitted with this service job request.Methods in software.amazon.awssdk.services.batch.model with parameters of type ServiceJobRetryStrategy Modifier and Type Method Description DescribeServiceJobResponse.BuilderDescribeServiceJobResponse.Builder. retryStrategy(ServiceJobRetryStrategy retryStrategy)The retry strategy to use for failed service jobs that are submitted with this service job.SubmitServiceJobRequest.BuilderSubmitServiceJobRequest.Builder. retryStrategy(ServiceJobRetryStrategy retryStrategy)The retry strategy to use for failed service jobs that are submitted with this service job request.
-