Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.accessanalyzer Identity and Access Management Access Analyzer helps identify potential resource-access risks by enabling you to identify any policies that grant access to an external principal.software.amazon.awssdk.services.accessanalyzer.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.accessanalyzer
Methods in software.amazon.awssdk.services.accessanalyzer with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>AccessAnalyzerAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes a tag from the specified resource.default UntagResourceResponseAccessAnalyzerClient. untagResource(UntagResourceRequest untagResourceRequest)Removes a tag from the specified resource. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.accessanalyzer.transform
Methods in software.amazon.awssdk.services.accessanalyzer.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-