Uses of Class
software.amazon.awssdk.services.mailmanager.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.mailmanager AWS SES Mail Manager API -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.mailmanager
Methods in software.amazon.awssdk.services.mailmanager that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseMailManagerClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Retrieves the list of tags (keys and values) assigned to the resource.default ListTagsForResourceResponseMailManagerClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Retrieves the list of tags (keys and values) assigned to the resource.Methods in software.amazon.awssdk.services.mailmanager that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>MailManagerAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Retrieves the list of tags (keys and values) assigned to the resource.default CompletableFuture<ListTagsForResourceResponse>MailManagerAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Retrieves the list of tags (keys and values) assigned to the resource.
-