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 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 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)
-