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