Uses of Class
software.amazon.awssdk.services.emrserverless.model.TagResourceRequest
-
Packages that use TagResourceRequest 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 TagResourceRequest in software.amazon.awssdk.services.emrserverless
Methods in software.amazon.awssdk.services.emrserverless with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>EmrServerlessAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Assigns tags to resources.default TagResourceResponseEmrServerlessClient. tagResource(TagResourceRequest tagResourceRequest)Assigns tags to resources. -
Uses of TagResourceRequest in software.amazon.awssdk.services.emrserverless.transform
Methods in software.amazon.awssdk.services.emrserverless.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-