Uses of Class
software.amazon.awssdk.services.pcs.model.ListTagsForResourceRequest
-
Packages that use ListTagsForResourceRequest 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.transform -
-
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.pcs
Methods in software.amazon.awssdk.services.pcs with parameters of type ListTagsForResourceRequest Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>PcsAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns a list of all tags on an Amazon Web Services PCS resource.default ListTagsForResourceResponsePcsClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns a list of all tags on an Amazon Web Services PCS resource. -
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.pcs.transform
Methods in software.amazon.awssdk.services.pcs.transform with parameters of type ListTagsForResourceRequest Modifier and Type Method Description SdkHttpFullRequestListTagsForResourceRequestMarshaller. marshall(ListTagsForResourceRequest listTagsForResourceRequest)
-