Uses of Class
software.amazon.awssdk.services.securityhub.model.UntagResourceResponse
-
Packages that use UntagResourceResponse 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 UntagResourceResponse in software.amazon.awssdk.services.securityhub
Methods in software.amazon.awssdk.services.securityhub that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseSecurityHubClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes one or more tags from a resource.default UntagResourceResponseSecurityHubClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from a resource.Methods in software.amazon.awssdk.services.securityhub that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>SecurityHubAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes one or more tags from a resource.default CompletableFuture<UntagResourceResponse>SecurityHubAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from a resource.
-