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