| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
JobStateTimeLimitAction |
JobStateTimeLimitAction.clone() |
JobStateTimeLimitAction |
JobStateTimeLimitAction.withAction(JobStateTimeLimitActionsAction action)
The action to take when a job is at the head of the job queue in the specified state for the specified period of
time.
|
JobStateTimeLimitAction |
JobStateTimeLimitAction.withAction(String action)
The action to take when a job is at the head of the job queue in the specified state for the specified period of
time.
|
JobStateTimeLimitAction |
JobStateTimeLimitAction.withMaxTimeSeconds(Integer maxTimeSeconds)
The approximate amount of time, in seconds, that must pass with the job in the specified state before the action
is taken.
|
JobStateTimeLimitAction |
JobStateTimeLimitAction.withReason(String reason)
The reason to log for the action being taken.
|
JobStateTimeLimitAction |
JobStateTimeLimitAction.withState(JobStateTimeLimitActionsState state)
The state of the job needed to trigger the action.
|
JobStateTimeLimitAction |
JobStateTimeLimitAction.withState(String state)
The state of the job needed to trigger the action.
|
| Modifier and Type | Method and Description |
|---|---|
List<JobStateTimeLimitAction> |
JobQueueDetail.getJobStateTimeLimitActions()
The set of actions that Batch perform on jobs that remain at the head of the job queue in the specified state
longer than specified times.
|
List<JobStateTimeLimitAction> |
UpdateJobQueueRequest.getJobStateTimeLimitActions()
The set of actions that Batch perform on jobs that remain at the head of the job queue in the specified state
longer than specified times.
|
List<JobStateTimeLimitAction> |
CreateJobQueueRequest.getJobStateTimeLimitActions()
The set of actions that Batch performs on jobs that remain at the head of the job queue in the specified state
longer than specified times.
|
| Modifier and Type | Method and Description |
|---|---|
JobQueueDetail |
JobQueueDetail.withJobStateTimeLimitActions(JobStateTimeLimitAction... jobStateTimeLimitActions)
The set of actions that Batch perform on jobs that remain at the head of the job queue in the specified state
longer than specified times.
|
UpdateJobQueueRequest |
UpdateJobQueueRequest.withJobStateTimeLimitActions(JobStateTimeLimitAction... jobStateTimeLimitActions)
The set of actions that Batch perform on jobs that remain at the head of the job queue in the specified state
longer than specified times.
|
CreateJobQueueRequest |
CreateJobQueueRequest.withJobStateTimeLimitActions(JobStateTimeLimitAction... jobStateTimeLimitActions)
The set of actions that Batch performs on jobs that remain at the head of the job queue in the specified state
longer than specified times.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobQueueDetail.setJobStateTimeLimitActions(Collection<JobStateTimeLimitAction> jobStateTimeLimitActions)
The set of actions that Batch perform on jobs that remain at the head of the job queue in the specified state
longer than specified times.
|
void |
UpdateJobQueueRequest.setJobStateTimeLimitActions(Collection<JobStateTimeLimitAction> jobStateTimeLimitActions)
The set of actions that Batch perform on jobs that remain at the head of the job queue in the specified state
longer than specified times.
|
void |
CreateJobQueueRequest.setJobStateTimeLimitActions(Collection<JobStateTimeLimitAction> jobStateTimeLimitActions)
The set of actions that Batch performs on jobs that remain at the head of the job queue in the specified state
longer than specified times.
|
JobQueueDetail |
JobQueueDetail.withJobStateTimeLimitActions(Collection<JobStateTimeLimitAction> jobStateTimeLimitActions)
The set of actions that Batch perform on jobs that remain at the head of the job queue in the specified state
longer than specified times.
|
UpdateJobQueueRequest |
UpdateJobQueueRequest.withJobStateTimeLimitActions(Collection<JobStateTimeLimitAction> jobStateTimeLimitActions)
The set of actions that Batch perform on jobs that remain at the head of the job queue in the specified state
longer than specified times.
|
CreateJobQueueRequest |
CreateJobQueueRequest.withJobStateTimeLimitActions(Collection<JobStateTimeLimitAction> jobStateTimeLimitActions)
The set of actions that Batch performs on jobs that remain at the head of the job queue in the specified state
longer than specified times.
|
Copyright © 2024. All rights reserved.