Uses of Class
software.amazon.awssdk.services.securityhub.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.securityhub Security Hub provides you with a comprehensive view of your security state in Amazon Web Services and helps you assess your Amazon Web Services environment against security industry standards and best practices. -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.securityhub
Methods in software.amazon.awssdk.services.securityhub that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseSecurityHubClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns a list of tags associated with a resource.default ListTagsForResourceResponseSecurityHubClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns a list of tags associated with a resource.Methods in software.amazon.awssdk.services.securityhub that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>SecurityHubAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns a list of tags associated with a resource.default CompletableFuture<ListTagsForResourceResponse>SecurityHubAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns a list of tags associated with a resource.
-