| Package | Description |
|---|---|
| software.amazon.awssdk.services.batch.model | |
| software.amazon.awssdk.services.batch.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<JobQueueDetail> |
DescribeJobQueuesResponse.jobQueues()
The list of job queues.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeJobQueuesResponse.Builder |
DescribeJobQueuesResponse.Builder.jobQueues(JobQueueDetail... jobQueues)
The list of job queues.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeJobQueuesResponse.Builder |
DescribeJobQueuesResponse.Builder.jobQueues(Collection<JobQueueDetail> jobQueues)
The list of job queues.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<JobQueueDetail> |
DescribeJobQueuesPublisher.jobQueues()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<JobQueueDetail> |
DescribeJobQueuesIterable.jobQueues()
Returns an iterable to iterate through the paginated
DescribeJobQueuesResponse.jobQueues() member. |
Copyright © 2023. All rights reserved.