| Package | Description | 
|---|---|
| com.amazonaws.services.batch.model | 
| Modifier and Type | Method and Description | 
|---|---|
RetryStrategy | 
RetryStrategy.clone()  | 
RetryStrategy | 
JobDetail.getRetryStrategy()
 The retry strategy to use for this job if an attempt fails. 
 | 
RetryStrategy | 
JobDefinition.getRetryStrategy()
 The retry strategy to use for failed jobs that are submitted with this job definition. 
 | 
RetryStrategy | 
RegisterJobDefinitionRequest.getRetryStrategy()
 The retry strategy to use for failed jobs that are submitted with this job definition. 
 | 
RetryStrategy | 
SubmitJobRequest.getRetryStrategy()
 The retry strategy to use for failed jobs from this SubmitJob operation. 
 | 
RetryStrategy | 
RetryStrategy.withAttempts(Integer attempts)
 The number of times to move a job to the  
RUNNABLE status. | 
RetryStrategy | 
RetryStrategy.withEvaluateOnExit(Collection<EvaluateOnExit> evaluateOnExit)
 Array of up to 5 objects that specify conditions under which the job should be retried or failed. 
 | 
RetryStrategy | 
RetryStrategy.withEvaluateOnExit(EvaluateOnExit... evaluateOnExit)
 Array of up to 5 objects that specify conditions under which the job should be retried or failed. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JobDetail.setRetryStrategy(RetryStrategy retryStrategy)
 The retry strategy to use for this job if an attempt fails. 
 | 
void | 
JobDefinition.setRetryStrategy(RetryStrategy retryStrategy)
 The retry strategy to use for failed jobs that are submitted with this job definition. 
 | 
void | 
RegisterJobDefinitionRequest.setRetryStrategy(RetryStrategy retryStrategy)
 The retry strategy to use for failed jobs that are submitted with this job definition. 
 | 
void | 
SubmitJobRequest.setRetryStrategy(RetryStrategy retryStrategy)
 The retry strategy to use for failed jobs from this SubmitJob operation. 
 | 
JobDetail | 
JobDetail.withRetryStrategy(RetryStrategy retryStrategy)
 The retry strategy to use for this job if an attempt fails. 
 | 
JobDefinition | 
JobDefinition.withRetryStrategy(RetryStrategy retryStrategy)
 The retry strategy to use for failed jobs that are submitted with this job definition. 
 | 
RegisterJobDefinitionRequest | 
RegisterJobDefinitionRequest.withRetryStrategy(RetryStrategy retryStrategy)
 The retry strategy to use for failed jobs that are submitted with this job definition. 
 | 
SubmitJobRequest | 
SubmitJobRequest.withRetryStrategy(RetryStrategy retryStrategy)
 The retry strategy to use for failed jobs from this SubmitJob operation. 
 | 
Copyright © 2022. All rights reserved.