Uses of Class
software.amazon.awssdk.services.workmail.model.UntagResourceRequest
-
Packages that use UntagResourceRequest 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.software.amazon.awssdk.services.workmail.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.workmail
Methods in software.amazon.awssdk.services.workmail with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>WorkMailAsyncClient. untagResource(UntagResourceRequest 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. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.workmail.transform
Methods in software.amazon.awssdk.services.workmail.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-