Uses of Class
software.amazon.awssdk.services.batch.model.JobStateTimeLimitAction
-
Packages that use JobStateTimeLimitAction Package Description software.amazon.awssdk.services.batch.model -
-
Uses of JobStateTimeLimitAction in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type JobStateTimeLimitAction Modifier and Type Method Description List<JobStateTimeLimitAction>CreateJobQueueRequest. 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.List<JobStateTimeLimitAction>JobQueueDetail. 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.List<JobStateTimeLimitAction>UpdateJobQueueRequest. 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.Methods in software.amazon.awssdk.services.batch.model with parameters of type JobStateTimeLimitAction Modifier and Type Method Description CreateJobQueueRequest.BuilderCreateJobQueueRequest.Builder. jobStateTimeLimitActions(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.BuilderJobQueueDetail.Builder. jobStateTimeLimitActions(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.BuilderUpdateJobQueueRequest.Builder. jobStateTimeLimitActions(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.Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type JobStateTimeLimitAction Modifier and Type Method Description CreateJobQueueRequest.BuilderCreateJobQueueRequest.Builder. jobStateTimeLimitActions(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.BuilderJobQueueDetail.Builder. jobStateTimeLimitActions(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.BuilderUpdateJobQueueRequest.Builder. jobStateTimeLimitActions(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.
-