Uses of Class
software.amazon.awssdk.services.pcs.model.ListQueuesRequest
-
Packages that use ListQueuesRequest 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 software.amazon.awssdk.services.pcs.transform -
-
Uses of ListQueuesRequest in software.amazon.awssdk.services.pcs
Methods in software.amazon.awssdk.services.pcs with parameters of type ListQueuesRequest Modifier and Type Method Description default CompletableFuture<ListQueuesResponse>PcsAsyncClient. listQueues(ListQueuesRequest 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.default ListQueuesPublisherPcsAsyncClient. listQueuesPaginator(ListQueuesRequest listQueuesRequest)This is a variant ofPcsAsyncClient.listQueues(software.amazon.awssdk.services.pcs.model.ListQueuesRequest)operation.default ListQueuesIterablePcsClient. listQueuesPaginator(ListQueuesRequest listQueuesRequest)This is a variant ofPcsClient.listQueues(software.amazon.awssdk.services.pcs.model.ListQueuesRequest)operation. -
Uses of ListQueuesRequest in software.amazon.awssdk.services.pcs.paginators
Constructors in software.amazon.awssdk.services.pcs.paginators with parameters of type ListQueuesRequest Constructor Description ListQueuesIterable(PcsClient client, ListQueuesRequest firstRequest)ListQueuesPublisher(PcsAsyncClient client, ListQueuesRequest firstRequest) -
Uses of ListQueuesRequest in software.amazon.awssdk.services.pcs.transform
Methods in software.amazon.awssdk.services.pcs.transform with parameters of type ListQueuesRequest Modifier and Type Method Description SdkHttpFullRequestListQueuesRequestMarshaller. marshall(ListQueuesRequest listQueuesRequest)
-