Uses of Class
software.amazon.awssdk.services.connect.model.DisassociateRoutingProfileQueuesResponse
-
Packages that use DisassociateRoutingProfileQueuesResponse 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. -
-
Uses of DisassociateRoutingProfileQueuesResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return DisassociateRoutingProfileQueuesResponse Modifier and Type Method Description default DisassociateRoutingProfileQueuesResponseConnectClient. disassociateRoutingProfileQueues(Consumer<DisassociateRoutingProfileQueuesRequest.Builder> disassociateRoutingProfileQueuesRequest)Disassociates a set of queues from a routing profile.default DisassociateRoutingProfileQueuesResponseConnectClient. disassociateRoutingProfileQueues(DisassociateRoutingProfileQueuesRequest disassociateRoutingProfileQueuesRequest)Disassociates a set of queues from a routing profile.Methods in software.amazon.awssdk.services.connect that return types with arguments of type DisassociateRoutingProfileQueuesResponse Modifier and Type Method Description default CompletableFuture<DisassociateRoutingProfileQueuesResponse>ConnectAsyncClient. disassociateRoutingProfileQueues(Consumer<DisassociateRoutingProfileQueuesRequest.Builder> disassociateRoutingProfileQueuesRequest)Disassociates a set of queues from a routing profile.default CompletableFuture<DisassociateRoutingProfileQueuesResponse>ConnectAsyncClient. disassociateRoutingProfileQueues(DisassociateRoutingProfileQueuesRequest disassociateRoutingProfileQueuesRequest)Disassociates a set of queues from a routing profile.
-