Uses of Class
software.amazon.awssdk.services.batch.model.ComputeEnvironmentOrder
-
Packages that use ComputeEnvironmentOrder Package Description software.amazon.awssdk.services.batch.model -
-
Uses of ComputeEnvironmentOrder in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type ComputeEnvironmentOrder Modifier and Type Method Description List<ComputeEnvironmentOrder>CreateJobQueueRequest. computeEnvironmentOrder()The set of compute environments mapped to a job queue and their order relative to each other.List<ComputeEnvironmentOrder>JobQueueDetail. computeEnvironmentOrder()The compute environments that are attached to the job queue and the order that job placement is preferred.List<ComputeEnvironmentOrder>UpdateJobQueueRequest. computeEnvironmentOrder()Details the set of compute environments mapped to a job queue and their order relative to each other.Methods in software.amazon.awssdk.services.batch.model with parameters of type ComputeEnvironmentOrder Modifier and Type Method Description CreateJobQueueRequest.BuilderCreateJobQueueRequest.Builder. computeEnvironmentOrder(ComputeEnvironmentOrder... computeEnvironmentOrder)The set of compute environments mapped to a job queue and their order relative to each other.JobQueueDetail.BuilderJobQueueDetail.Builder. computeEnvironmentOrder(ComputeEnvironmentOrder... computeEnvironmentOrder)The compute environments that are attached to the job queue and the order that job placement is preferred.UpdateJobQueueRequest.BuilderUpdateJobQueueRequest.Builder. computeEnvironmentOrder(ComputeEnvironmentOrder... computeEnvironmentOrder)Details the set of compute environments mapped to a job queue and their order relative to each other.Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type ComputeEnvironmentOrder Modifier and Type Method Description CreateJobQueueRequest.BuilderCreateJobQueueRequest.Builder. computeEnvironmentOrder(Collection<ComputeEnvironmentOrder> computeEnvironmentOrder)The set of compute environments mapped to a job queue and their order relative to each other.JobQueueDetail.BuilderJobQueueDetail.Builder. computeEnvironmentOrder(Collection<ComputeEnvironmentOrder> computeEnvironmentOrder)The compute environments that are attached to the job queue and the order that job placement is preferred.UpdateJobQueueRequest.BuilderUpdateJobQueueRequest.Builder. computeEnvironmentOrder(Collection<ComputeEnvironmentOrder> computeEnvironmentOrder)Details the set of compute environments mapped to a job queue and their order relative to each other.
-