| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
QueueSummary |
QueueSummary.clone() |
QueueSummary |
QueueSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the queue.
|
QueueSummary |
QueueSummary.withId(String id)
The identifier of the queue.
|
QueueSummary |
QueueSummary.withName(String name)
The name of the queue.
|
QueueSummary |
QueueSummary.withQueueType(QueueType queueType)
The type of queue.
|
QueueSummary |
QueueSummary.withQueueType(String queueType)
The type of queue.
|
| Modifier and Type | Method and Description |
|---|---|
List<QueueSummary> |
ListQueuesResult.getQueueSummaryList()
Information about the queues.
|
| Modifier and Type | Method and Description |
|---|---|
ListQueuesResult |
ListQueuesResult.withQueueSummaryList(QueueSummary... queueSummaryList)
Information about the queues.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListQueuesResult.setQueueSummaryList(Collection<QueueSummary> queueSummaryList)
Information about the queues.
|
ListQueuesResult |
ListQueuesResult.withQueueSummaryList(Collection<QueueSummary> queueSummaryList)
Information about the queues.
|
Copyright © 2023. All rights reserved.