| 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.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListRoutingProfileQueuesResponse |
ConnectClient.listRoutingProfileQueues(Consumer<ListRoutingProfileQueuesRequest.Builder> listRoutingProfileQueuesRequest)
Lists the queues associated with a routing profile.
|
default ListRoutingProfileQueuesResponse |
ConnectClient.listRoutingProfileQueues(ListRoutingProfileQueuesRequest listRoutingProfileQueuesRequest)
Lists the queues associated with a routing profile.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListRoutingProfileQueuesResponse> |
ConnectAsyncClient.listRoutingProfileQueues(Consumer<ListRoutingProfileQueuesRequest.Builder> listRoutingProfileQueuesRequest)
Lists the queues associated with a routing profile.
|
default CompletableFuture<ListRoutingProfileQueuesResponse> |
ConnectAsyncClient.listRoutingProfileQueues(ListRoutingProfileQueuesRequest listRoutingProfileQueuesRequest)
Lists the queues associated with a routing profile.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListRoutingProfileQueuesResponse> |
ListRoutingProfileQueuesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListRoutingProfileQueuesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListRoutingProfileQueuesResponse> subscriber) |
Copyright © 2023. All rights reserved.