| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model | |
| software.amazon.awssdk.services.connect.paginators |
| Modifier and Type | Method and Description |
|---|---|
Queue |
DescribeQueueResponse.queue()
The name of the queue.
|
| Modifier and Type | Method and Description |
|---|---|
List<Queue> |
SearchQueuesResponse.queues()
Information about the queues.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeQueueResponse.Builder |
DescribeQueueResponse.Builder.queue(Queue queue)
The name of the queue.
|
SearchQueuesResponse.Builder |
SearchQueuesResponse.Builder.queues(Queue... queues)
Information about the queues.
|
| Modifier and Type | Method and Description |
|---|---|
SearchQueuesResponse.Builder |
SearchQueuesResponse.Builder.queues(Collection<Queue> queues)
Information about the queues.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<Queue> |
SearchQueuesIterable.queues()
Returns an iterable to iterate through the paginated
SearchQueuesResponse.queues() member. |
SdkPublisher<Queue> |
SearchQueuesPublisher.queues()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.