Uses of Class
software.amazon.awssdk.services.sesv2.model.ListTagsForResourceResponse
Packages that use ListTagsForResourceResponse
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return ListTagsForResourceResponseModifier and TypeMethodDescriptiondefault 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 ListTagsForResourceResponseModifier and TypeMethodDescriptionSesV2AsyncClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) Retrieve a list of the tags (keys and values) that are associated with a specified resource.SesV2AsyncClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) Retrieve a list of the tags (keys and values) that are associated with a specified resource.