| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
Queue |
Queue.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Queue |
Queue.clearTagsEntries()
Removes all the entries added into Tags.
|
Queue |
Queue.clone() |
Queue |
DescribeQueueResult.getQueue()
The name of the queue.
|
Queue |
Queue.withDescription(String description)
The description of the queue.
|
Queue |
Queue.withHoursOfOperationId(String hoursOfOperationId)
The identifier for the hours of operation.
|
Queue |
Queue.withMaxContacts(Integer maxContacts)
The maximum number of contacts that can be in the queue before it is considered full.
|
Queue |
Queue.withName(String name)
The name of the queue.
|
Queue |
Queue.withOutboundCallerConfig(OutboundCallerConfig outboundCallerConfig)
The outbound caller ID name, number, and outbound whisper flow.
|
Queue |
Queue.withQueueArn(String queueArn)
The Amazon Resource Name (ARN) for the queue.
|
Queue |
Queue.withQueueId(String queueId)
The identifier for the queue.
|
Queue |
Queue.withStatus(QueueStatus status)
The status of the queue.
|
Queue |
Queue.withStatus(String status)
The status of the queue.
|
Queue |
Queue.withTags(Map<String,String> tags)
One or more tags.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeQueueResult.setQueue(Queue queue)
The name of the queue.
|
DescribeQueueResult |
DescribeQueueResult.withQueue(Queue queue)
The name of the queue.
|
Copyright © 2021. All rights reserved.