Uses of Class
software.amazon.awssdk.services.batch.model.ServiceEnvironmentOrder
-
Packages that use ServiceEnvironmentOrder Package Description software.amazon.awssdk.services.batch.model -
-
Uses of ServiceEnvironmentOrder in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type ServiceEnvironmentOrder Modifier and Type Method Description List<ServiceEnvironmentOrder>CreateJobQueueRequest. serviceEnvironmentOrder()A list of service environments that this job queue can use to allocate jobs.List<ServiceEnvironmentOrder>JobQueueDetail. serviceEnvironmentOrder()The order of the service environment associated with the job queue.List<ServiceEnvironmentOrder>UpdateJobQueueRequest. serviceEnvironmentOrder()The order of the service environment associated with the job queue.Methods in software.amazon.awssdk.services.batch.model with parameters of type ServiceEnvironmentOrder Modifier and Type Method Description CreateJobQueueRequest.BuilderCreateJobQueueRequest.Builder. serviceEnvironmentOrder(ServiceEnvironmentOrder... serviceEnvironmentOrder)A list of service environments that this job queue can use to allocate jobs.JobQueueDetail.BuilderJobQueueDetail.Builder. serviceEnvironmentOrder(ServiceEnvironmentOrder... serviceEnvironmentOrder)The order of the service environment associated with the job queue.UpdateJobQueueRequest.BuilderUpdateJobQueueRequest.Builder. serviceEnvironmentOrder(ServiceEnvironmentOrder... serviceEnvironmentOrder)The order of the service environment associated with the job queue.Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type ServiceEnvironmentOrder Modifier and Type Method Description CreateJobQueueRequest.BuilderCreateJobQueueRequest.Builder. serviceEnvironmentOrder(Collection<ServiceEnvironmentOrder> serviceEnvironmentOrder)A list of service environments that this job queue can use to allocate jobs.JobQueueDetail.BuilderJobQueueDetail.Builder. serviceEnvironmentOrder(Collection<ServiceEnvironmentOrder> serviceEnvironmentOrder)The order of the service environment associated with the job queue.UpdateJobQueueRequest.BuilderUpdateJobQueueRequest.Builder. serviceEnvironmentOrder(Collection<ServiceEnvironmentOrder> serviceEnvironmentOrder)The order of the service environment associated with the job queue.
-