Uses of Class
software.amazon.awssdk.services.workmail.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse 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 ListTagsForResourceResponse in software.amazon.awssdk.services.workmail
Methods in software.amazon.awssdk.services.workmail that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseWorkMailClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists the tags applied to an WorkMail organization resource.default ListTagsForResourceResponseWorkMailClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags applied to an WorkMail organization resource.Methods in software.amazon.awssdk.services.workmail that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>WorkMailAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists the tags applied to an WorkMail organization resource.default CompletableFuture<ListTagsForResourceResponse>WorkMailAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags applied to an WorkMail organization resource.
-