| Package | Description |
|---|---|
| software.amazon.awssdk.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
List<ComputeEnvironmentOrder> |
UpdateJobQueueRequest.computeEnvironmentOrder()
Details 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> |
CreateJobQueueRequest.computeEnvironmentOrder()
The set of compute environments mapped to a job queue and their order relative to each other.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateJobQueueRequest.Builder |
UpdateJobQueueRequest.Builder.computeEnvironmentOrder(ComputeEnvironmentOrder... computeEnvironmentOrder)
Details the set of compute environments mapped to a job queue and their order relative to each other.
|
JobQueueDetail.Builder |
JobQueueDetail.Builder.computeEnvironmentOrder(ComputeEnvironmentOrder... computeEnvironmentOrder)
The compute environments that are attached to the job queue and the order that job placement is preferred.
|
CreateJobQueueRequest.Builder |
CreateJobQueueRequest.Builder.computeEnvironmentOrder(ComputeEnvironmentOrder... computeEnvironmentOrder)
The set of compute environments mapped to a job queue and their order relative to each other.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateJobQueueRequest.Builder |
UpdateJobQueueRequest.Builder.computeEnvironmentOrder(Collection<ComputeEnvironmentOrder> computeEnvironmentOrder)
Details the set of compute environments mapped to a job queue and their order relative to each other.
|
JobQueueDetail.Builder |
JobQueueDetail.Builder.computeEnvironmentOrder(Collection<ComputeEnvironmentOrder> computeEnvironmentOrder)
The compute environments that are attached to the job queue and the order that job placement is preferred.
|
CreateJobQueueRequest.Builder |
CreateJobQueueRequest.Builder.computeEnvironmentOrder(Collection<ComputeEnvironmentOrder> computeEnvironmentOrder)
The set of compute environments mapped to a job queue and their order relative to each other.
|
Copyright © 2023. All rights reserved.