Package | Description |
---|---|
com.amazonaws.services.batch.model |
Modifier and Type | Method and Description |
---|---|
ComputeEnvironmentOrder |
ComputeEnvironmentOrder.clone() |
ComputeEnvironmentOrder |
ComputeEnvironmentOrder.withComputeEnvironment(String computeEnvironment)
The Amazon Resource Name (ARN) of the compute environment.
|
ComputeEnvironmentOrder |
ComputeEnvironmentOrder.withOrder(Integer order)
The order of the compute environment.
|
Modifier and Type | Method and Description |
---|---|
List<ComputeEnvironmentOrder> |
JobQueueDetail.getComputeEnvironmentOrder()
The compute environments that are attached to the job queue and the order in which job placement is preferred.
|
List<ComputeEnvironmentOrder> |
CreateJobQueueRequest.getComputeEnvironmentOrder()
The set of compute environments mapped to a job queue and their order relative to each other.
|
List<ComputeEnvironmentOrder> |
UpdateJobQueueRequest.getComputeEnvironmentOrder()
Details the set of compute environments mapped to a job queue and their order relative to each other.
|
Modifier and Type | Method and Description |
---|---|
JobQueueDetail |
JobQueueDetail.withComputeEnvironmentOrder(ComputeEnvironmentOrder... computeEnvironmentOrder)
The compute environments that are attached to the job queue and the order in which job placement is preferred.
|
CreateJobQueueRequest |
CreateJobQueueRequest.withComputeEnvironmentOrder(ComputeEnvironmentOrder... computeEnvironmentOrder)
The set of compute environments mapped to a job queue and their order relative to each other.
|
UpdateJobQueueRequest |
UpdateJobQueueRequest.withComputeEnvironmentOrder(ComputeEnvironmentOrder... computeEnvironmentOrder)
Details the set of compute environments mapped to a job queue and their order relative to each other.
|
Modifier and Type | Method and Description |
---|---|
void |
JobQueueDetail.setComputeEnvironmentOrder(Collection<ComputeEnvironmentOrder> computeEnvironmentOrder)
The compute environments that are attached to the job queue and the order in which job placement is preferred.
|
void |
CreateJobQueueRequest.setComputeEnvironmentOrder(Collection<ComputeEnvironmentOrder> computeEnvironmentOrder)
The set of compute environments mapped to a job queue and their order relative to each other.
|
void |
UpdateJobQueueRequest.setComputeEnvironmentOrder(Collection<ComputeEnvironmentOrder> computeEnvironmentOrder)
Details the set of compute environments mapped to a job queue and their order relative to each other.
|
JobQueueDetail |
JobQueueDetail.withComputeEnvironmentOrder(Collection<ComputeEnvironmentOrder> computeEnvironmentOrder)
The compute environments that are attached to the job queue and the order in which job placement is preferred.
|
CreateJobQueueRequest |
CreateJobQueueRequest.withComputeEnvironmentOrder(Collection<ComputeEnvironmentOrder> computeEnvironmentOrder)
The set of compute environments mapped to a job queue and their order relative to each other.
|
UpdateJobQueueRequest |
UpdateJobQueueRequest.withComputeEnvironmentOrder(Collection<ComputeEnvironmentOrder> computeEnvironmentOrder)
Details the set of compute environments mapped to a job queue and their order relative to each other.
|
Copyright © 2020. All rights reserved.