Uses of Class
software.amazon.awssdk.services.workmail.model.TagResourceResponse
-
Packages that use TagResourceResponse 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 TagResourceResponse in software.amazon.awssdk.services.workmail
Methods in software.amazon.awssdk.services.workmail that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseWorkMailClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Applies the specified tags to the specified WorkMailorganization resource.default TagResourceResponseWorkMailClient. tagResource(TagResourceRequest tagResourceRequest)Applies the specified tags to the specified WorkMailorganization resource.Methods in software.amazon.awssdk.services.workmail that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>WorkMailAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Applies the specified tags to the specified WorkMailorganization resource.default CompletableFuture<TagResourceResponse>WorkMailAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Applies the specified tags to the specified WorkMailorganization resource.
-