Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse 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 ListTagsForResourceResponse in software.amazon.awssdk.services.accessanalyzer
Methods in software.amazon.awssdk.services.accessanalyzer that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseAccessAnalyzerClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Retrieves a list of tags applied to the specified resource.default ListTagsForResourceResponseAccessAnalyzerClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Retrieves a list of tags applied to the specified resource.Methods in software.amazon.awssdk.services.accessanalyzer that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>AccessAnalyzerAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Retrieves a list of tags applied to the specified resource.default CompletableFuture<ListTagsForResourceResponse>AccessAnalyzerAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Retrieves a list of tags applied to the specified resource.
-