Uses of Class
software.amazon.awssdk.services.connect.model.ListRoutingProfileQueuesResponse
-
Packages that use ListRoutingProfileQueuesResponse 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 -
-
Uses of ListRoutingProfileQueuesResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return ListRoutingProfileQueuesResponse Modifier and Type Method Description default ListRoutingProfileQueuesResponseConnectClient. listRoutingProfileQueues(Consumer<ListRoutingProfileQueuesRequest.Builder> listRoutingProfileQueuesRequest)Lists the queues associated with a routing profile.default ListRoutingProfileQueuesResponseConnectClient. listRoutingProfileQueues(ListRoutingProfileQueuesRequest listRoutingProfileQueuesRequest)Lists the queues associated with a routing profile.Methods in software.amazon.awssdk.services.connect that return types with arguments of type ListRoutingProfileQueuesResponse Modifier and Type Method 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. -
Uses of ListRoutingProfileQueuesResponse in software.amazon.awssdk.services.connect.paginators
Methods in software.amazon.awssdk.services.connect.paginators that return types with arguments of type ListRoutingProfileQueuesResponse Modifier and Type Method Description Iterator<ListRoutingProfileQueuesResponse>ListRoutingProfileQueuesIterable. iterator()Method parameters in software.amazon.awssdk.services.connect.paginators with type arguments of type ListRoutingProfileQueuesResponse Modifier and Type Method Description voidListRoutingProfileQueuesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListRoutingProfileQueuesResponse> subscriber)
-