Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.TagResourceResponse
-
Packages that use TagResourceResponse 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 TagResourceResponse in software.amazon.awssdk.services.accessanalyzer
Methods in software.amazon.awssdk.services.accessanalyzer that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseAccessAnalyzerClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds a tag to the specified resource.default TagResourceResponseAccessAnalyzerClient. tagResource(TagResourceRequest tagResourceRequest)Adds a tag to the specified resource.Methods in software.amazon.awssdk.services.accessanalyzer that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>AccessAnalyzerAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds a tag to the specified resource.default CompletableFuture<TagResourceResponse>AccessAnalyzerAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds a tag to the specified resource.
-