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 the security state of your Amazon Web Services environment and resources. -
-
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.
-