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