Uses of Class
software.amazon.awssdk.services.workmail.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.workmail WorkMail is a secure, managed business email and calendaring service with support for existing desktop and mobile email clients. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.workmail
Methods in software.amazon.awssdk.services.workmail that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseWorkMailClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Untags the specified tags from the specified WorkMail organization resource.default UntagResourceResponseWorkMailClient. untagResource(UntagResourceRequest untagResourceRequest)Untags the specified tags from the specified WorkMail organization resource.Methods in software.amazon.awssdk.services.workmail that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>WorkMailAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Untags the specified tags from the specified WorkMail organization resource.default CompletableFuture<UntagResourceResponse>WorkMailAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Untags the specified tags from the specified WorkMail organization resource.
-