Uses of Class
software.amazon.awssdk.services.pcs.model.ListQueuesResponse
-
Packages that use ListQueuesResponse Package Description software.amazon.awssdk.services.pcs Amazon Web Services Parallel Computing Service (Amazon Web Services PCS) is a managed service that makes it easier for you to run and scale your high performance computing (HPC) workloads, and build scientific and engineering models on Amazon Web Services using Slurm.software.amazon.awssdk.services.pcs.paginators -
-
Uses of ListQueuesResponse in software.amazon.awssdk.services.pcs
Methods in software.amazon.awssdk.services.pcs that return ListQueuesResponse Modifier and Type Method Description default ListQueuesResponsePcsClient. listQueues(Consumer<ListQueuesRequest.Builder> listQueuesRequest)Returns a list of all queues associated with a cluster.default ListQueuesResponsePcsClient. listQueues(ListQueuesRequest listQueuesRequest)Returns a list of all queues associated with a cluster.Methods in software.amazon.awssdk.services.pcs that return types with arguments of type ListQueuesResponse Modifier and Type Method Description default CompletableFuture<ListQueuesResponse>PcsAsyncClient. listQueues(Consumer<ListQueuesRequest.Builder> listQueuesRequest)Returns a list of all queues associated with a cluster.default CompletableFuture<ListQueuesResponse>PcsAsyncClient. listQueues(ListQueuesRequest listQueuesRequest)Returns a list of all queues associated with a cluster. -
Uses of ListQueuesResponse in software.amazon.awssdk.services.pcs.paginators
Methods in software.amazon.awssdk.services.pcs.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.pcs.paginators with type arguments of type ListQueuesResponse Modifier and Type Method Description voidListQueuesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListQueuesResponse> subscriber)
-