Uses of Class
software.amazon.awssdk.services.glue.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseGlueClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from a resource.default UntagResourceResponseGlueClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from a resource.Methods in software.amazon.awssdk.services.glue that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>GlueAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from a resource.default CompletableFuture<UntagResourceResponse>GlueAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from a resource.
-