Uses of Class
software.amazon.awssdk.services.emrserverless.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.emrserverless Amazon EMR Serverless is a new deployment option for Amazon EMR. -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.emrserverless
Methods in software.amazon.awssdk.services.emrserverless that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseEmrServerlessClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists the tags assigned to the resources.default ListTagsForResourceResponseEmrServerlessClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags assigned to the resources.Methods in software.amazon.awssdk.services.emrserverless that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>EmrServerlessAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists the tags assigned to the resources.default CompletableFuture<ListTagsForResourceResponse>EmrServerlessAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags assigned to the resources.
-