Uses of Class
software.amazon.awssdk.services.securityir.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.securityir This guide provides documents the action and response elements for customer use of the service. -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.securityir
Methods in software.amazon.awssdk.services.securityir that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseSecurityIrClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Grants permission to view currently configured tags on a resource.default ListTagsForResourceResponseSecurityIrClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Grants permission to view currently configured tags on a resource.Methods in software.amazon.awssdk.services.securityir that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>SecurityIrAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Grants permission to view currently configured tags on a resource.default CompletableFuture<ListTagsForResourceResponse>SecurityIrAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Grants permission to view currently configured tags on a resource.
-