Uses of Class
software.amazon.awssdk.services.connect.model.ListQueuesResponse
-
Packages that use ListQueuesResponse Package Description software.amazon.awssdk.services.connect software.amazon.awssdk.services.connect.paginators -
-
Uses of ListQueuesResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return ListQueuesResponse Modifier and Type Method Description default ListQueuesResponseConnectClient. listQueues(Consumer<ListQueuesRequest.Builder> listQueuesRequest)Provides information about the queues for the specified Amazon Connect instance.default ListQueuesResponseConnectClient. listQueues(ListQueuesRequest listQueuesRequest)Provides information about the queues for the specified Amazon Connect instance.Methods in software.amazon.awssdk.services.connect that return types with arguments of type ListQueuesResponse Modifier and Type Method Description default CompletableFuture<ListQueuesResponse>ConnectAsyncClient. listQueues(Consumer<ListQueuesRequest.Builder> listQueuesRequest)Provides information about the queues for the specified Amazon Connect instance.default CompletableFuture<ListQueuesResponse>ConnectAsyncClient. listQueues(ListQueuesRequest listQueuesRequest)Provides information about the queues for the specified Amazon Connect instance. -
Uses of ListQueuesResponse in software.amazon.awssdk.services.connect.paginators
Methods in software.amazon.awssdk.services.connect.paginators that return types with arguments of type ListQueuesResponse Modifier and Type Method Description Iterator<ListQueuesResponse>ListQueuesIterable. iterator()Method parameters in software.amazon.awssdk.services.connect.paginators with type arguments of type ListQueuesResponse Modifier and Type Method Description voidListQueuesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListQueuesResponse> subscriber)
-