Uses of Class
software.amazon.awssdk.services.sesv2.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseSesV2Client. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Retrieve a list of the tags (keys and values) that are associated with a specified resource.default ListTagsForResourceResponseSesV2Client. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Retrieve a list of the tags (keys and values) that are associated with a specified resource.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>SesV2AsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Retrieve a list of the tags (keys and values) that are associated with a specified resource.default CompletableFuture<ListTagsForResourceResponse>SesV2AsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Retrieve a list of the tags (keys and values) that are associated with a specified resource.
-