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