Uses of Class
software.amazon.awssdk.services.config.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.config Config -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseConfigClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Deletes specified tags from a resource.default UntagResourceResponseConfigClient. untagResource(UntagResourceRequest untagResourceRequest)Deletes specified tags from a resource.Methods in software.amazon.awssdk.services.config that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>ConfigAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Deletes specified tags from a resource.default CompletableFuture<UntagResourceResponse>ConfigAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Deletes specified tags from a resource.
-