Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.accessanalyzer Identity and Access Management Access Analyzer helps you to set, verify, and refine your IAM policies by providing a suite of capabilities. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.accessanalyzer
Methods in software.amazon.awssdk.services.accessanalyzer that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseAccessAnalyzerClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes a tag from the specified resource.default UntagResourceResponseAccessAnalyzerClient. untagResource(UntagResourceRequest untagResourceRequest)Removes a tag from the specified resource.Methods in software.amazon.awssdk.services.accessanalyzer that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>AccessAnalyzerAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes a tag from the specified resource.default CompletableFuture<UntagResourceResponse>AccessAnalyzerAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes a tag from the specified resource.
-