Uses of Class
software.amazon.awssdk.services.emrcontainers.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.emrcontainers Amazon EMR on EKS provides a deployment option for Amazon EMR that allows you to run open-source big data frameworks on Amazon Elastic Kubernetes Service (Amazon EKS). -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.emrcontainers
Methods in software.amazon.awssdk.services.emrcontainers that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseEmrContainersClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Assigns tags to resources.default TagResourceResponseEmrContainersClient. tagResource(TagResourceRequest tagResourceRequest)Assigns tags to resources.Methods in software.amazon.awssdk.services.emrcontainers that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>EmrContainersAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Assigns tags to resources.default CompletableFuture<TagResourceResponse>EmrContainersAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Assigns tags to resources.
-