Package | Description |
---|---|
com.amazonaws.services.batch.model |
Modifier and Type | Method and Description |
---|---|
RetryStrategy |
RetryStrategy.clone() |
RetryStrategy |
SubmitJobRequest.getRetryStrategy()
The retry strategy to use for failed jobs from this SubmitJob operation.
|
RetryStrategy |
RegisterJobDefinitionRequest.getRetryStrategy()
The retry strategy to use for failed jobs that are submitted with this job definition.
|
RetryStrategy |
JobDefinition.getRetryStrategy()
The retry strategy to use for failed jobs that are submitted with this job definition.
|
RetryStrategy |
JobDetail.getRetryStrategy()
The retry strategy to use for this job if an attempt fails.
|
RetryStrategy |
RetryStrategy.withAttempts(Integer attempts)
The number of times to move a job to the
RUNNABLE status. |
Modifier and Type | Method and Description |
---|---|
void |
SubmitJobRequest.setRetryStrategy(RetryStrategy retryStrategy)
The retry strategy to use for failed jobs from this SubmitJob operation.
|
void |
RegisterJobDefinitionRequest.setRetryStrategy(RetryStrategy retryStrategy)
The retry strategy to use for failed jobs that are submitted with this job definition.
|
void |
JobDefinition.setRetryStrategy(RetryStrategy retryStrategy)
The retry strategy to use for failed jobs that are submitted with this job definition.
|
void |
JobDetail.setRetryStrategy(RetryStrategy retryStrategy)
The retry strategy to use for this job if an attempt fails.
|
SubmitJobRequest |
SubmitJobRequest.withRetryStrategy(RetryStrategy retryStrategy)
The retry strategy to use for failed jobs from this SubmitJob operation.
|
RegisterJobDefinitionRequest |
RegisterJobDefinitionRequest.withRetryStrategy(RetryStrategy retryStrategy)
The retry strategy to use for failed jobs that are submitted with this job definition.
|
JobDefinition |
JobDefinition.withRetryStrategy(RetryStrategy retryStrategy)
The retry strategy to use for failed jobs that are submitted with this job definition.
|
JobDetail |
JobDetail.withRetryStrategy(RetryStrategy retryStrategy)
The retry strategy to use for this job if an attempt fails.
|
Copyright © 2020. All rights reserved.