Uses of Class
software.amazon.awssdk.services.emrcontainers.model.UntagResourceResponse
-
Packages that use UntagResourceResponse 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 UntagResourceResponse in software.amazon.awssdk.services.emrcontainers
Methods in software.amazon.awssdk.services.emrcontainers that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseEmrContainersClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from resources.default UntagResourceResponseEmrContainersClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from resources.Methods in software.amazon.awssdk.services.emrcontainers that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>EmrContainersAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from resources.default CompletableFuture<UntagResourceResponse>EmrContainersAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from resources.
-