| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect |
Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer contact center
and provide reliable customer engagement at any scale.
|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateQueueResponse> |
ConnectAsyncClient.createQueue(Consumer<CreateQueueRequest.Builder> createQueueRequest)
This API is in preview release for Amazon Connect and is subject to change.
|
default CreateQueueResponse |
ConnectClient.createQueue(Consumer<CreateQueueRequest.Builder> createQueueRequest)
This API is in preview release for Amazon Connect and is subject to change.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateQueueRequest.Builder |
CreateQueueRequest.builder() |
CreateQueueRequest.Builder |
CreateQueueRequest.Builder.description(String description)
The description of the queue.
|
CreateQueueRequest.Builder |
CreateQueueRequest.Builder.hoursOfOperationId(String hoursOfOperationId)
The identifier for the hours of operation.
|
CreateQueueRequest.Builder |
CreateQueueRequest.Builder.instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
CreateQueueRequest.Builder |
CreateQueueRequest.Builder.maxContacts(Integer maxContacts)
The maximum number of contacts that can be in the queue before it is considered full.
|
CreateQueueRequest.Builder |
CreateQueueRequest.Builder.name(String name)
The name of the queue.
|
default CreateQueueRequest.Builder |
CreateQueueRequest.Builder.outboundCallerConfig(Consumer<OutboundCallerConfig.Builder> outboundCallerConfig)
The outbound caller ID name, number, and outbound whisper flow.
|
CreateQueueRequest.Builder |
CreateQueueRequest.Builder.outboundCallerConfig(OutboundCallerConfig outboundCallerConfig)
The outbound caller ID name, number, and outbound whisper flow.
|
CreateQueueRequest.Builder |
CreateQueueRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateQueueRequest.Builder |
CreateQueueRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateQueueRequest.Builder |
CreateQueueRequest.Builder.quickConnectIds(Collection<String> quickConnectIds)
The quick connects available to agents who are working the queue.
|
CreateQueueRequest.Builder |
CreateQueueRequest.Builder.quickConnectIds(String... quickConnectIds)
The quick connects available to agents who are working the queue.
|
CreateQueueRequest.Builder |
CreateQueueRequest.Builder.tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
CreateQueueRequest.Builder |
CreateQueueRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateQueueRequest.Builder> |
CreateQueueRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.