Uses of Class
software.amazon.awssdk.services.securityhub.model.TagResourceResponse
-
Packages that use TagResourceResponse 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 TagResourceResponse in software.amazon.awssdk.services.securityhub
Methods in software.amazon.awssdk.services.securityhub that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseSecurityHubClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds one or more tags to a resource.default TagResourceResponseSecurityHubClient. tagResource(TagResourceRequest tagResourceRequest)Adds one or more tags to a resource.Methods in software.amazon.awssdk.services.securityhub that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>SecurityHubAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds one or more tags to a resource.default CompletableFuture<TagResourceResponse>SecurityHubAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds one or more tags to a resource.
-