Uses of Class
software.amazon.awssdk.services.securityir.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.securityir This guide provides documents the action and response elements for customer use of the service. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.securityir
Methods in software.amazon.awssdk.services.securityir that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseSecurityIrClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Grants permission to remove a tag(s) from a designate resource.default UntagResourceResponseSecurityIrClient. untagResource(UntagResourceRequest untagResourceRequest)Grants permission to remove a tag(s) from a designate resource.Methods in software.amazon.awssdk.services.securityir that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>SecurityIrAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Grants permission to remove a tag(s) from a designate resource.default CompletableFuture<UntagResourceResponse>SecurityIrAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Grants permission to remove a tag(s) from a designate resource.
-