Uses of Class
software.amazon.awssdk.services.sesv2.model.ListRecommendationsRequest
-
Packages that use ListRecommendationsRequest Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.paginators software.amazon.awssdk.services.sesv2.transform -
-
Uses of ListRecommendationsRequest in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 with parameters of type ListRecommendationsRequest Modifier and Type Method Description default CompletableFuture<ListRecommendationsResponse>SesV2AsyncClient. listRecommendations(ListRecommendationsRequest listRecommendationsRequest)Lists the recommendations present in your Amazon SES account in the current Amazon Web Services Region.default ListRecommendationsResponseSesV2Client. listRecommendations(ListRecommendationsRequest listRecommendationsRequest)Lists the recommendations present in your Amazon SES account in the current Amazon Web Services Region.default ListRecommendationsPublisherSesV2AsyncClient. listRecommendationsPaginator(ListRecommendationsRequest listRecommendationsRequest)Lists the recommendations present in your Amazon SES account in the current Amazon Web Services Region.default ListRecommendationsIterableSesV2Client. listRecommendationsPaginator(ListRecommendationsRequest listRecommendationsRequest)Lists the recommendations present in your Amazon SES account in the current Amazon Web Services Region. -
Uses of ListRecommendationsRequest in software.amazon.awssdk.services.sesv2.paginators
Constructors in software.amazon.awssdk.services.sesv2.paginators with parameters of type ListRecommendationsRequest Constructor Description ListRecommendationsIterable(SesV2Client client, ListRecommendationsRequest firstRequest)ListRecommendationsPublisher(SesV2AsyncClient client, ListRecommendationsRequest firstRequest) -
Uses of ListRecommendationsRequest in software.amazon.awssdk.services.sesv2.transform
Methods in software.amazon.awssdk.services.sesv2.transform with parameters of type ListRecommendationsRequest Modifier and Type Method Description SdkHttpFullRequestListRecommendationsRequestMarshaller. marshall(ListRecommendationsRequest listRecommendationsRequest)
-