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