Uses of Class
software.amazon.awssdk.services.emrserverless.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.emrserverless Amazon EMR Serverless is a new deployment option for Amazon EMR. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.emrserverless
Methods in software.amazon.awssdk.services.emrserverless that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseEmrServerlessClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from resources.default UntagResourceResponseEmrServerlessClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from resources.Methods in software.amazon.awssdk.services.emrserverless that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>EmrServerlessAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from resources.default CompletableFuture<UntagResourceResponse>EmrServerlessAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from resources.
-