Uses of Class
software.amazon.awssdk.services.sesv2.model.ListRecommendationsResponse
-
Packages that use ListRecommendationsResponse Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.paginators -
-
Uses of ListRecommendationsResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return ListRecommendationsResponse Modifier and Type Method Description default ListRecommendationsResponseSesV2Client. listRecommendations(Consumer<ListRecommendationsRequest.Builder> 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.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type ListRecommendationsResponse Modifier and Type Method Description default CompletableFuture<ListRecommendationsResponse>SesV2AsyncClient. listRecommendations(Consumer<ListRecommendationsRequest.Builder> listRecommendationsRequest)Lists the recommendations present in your Amazon SES account in the current Amazon Web Services Region.default CompletableFuture<ListRecommendationsResponse>SesV2AsyncClient. listRecommendations(ListRecommendationsRequest listRecommendationsRequest)Lists the recommendations present in your Amazon SES account in the current Amazon Web Services Region. -
Uses of ListRecommendationsResponse in software.amazon.awssdk.services.sesv2.paginators
Methods in software.amazon.awssdk.services.sesv2.paginators that return types with arguments of type ListRecommendationsResponse Modifier and Type Method Description Iterator<ListRecommendationsResponse>ListRecommendationsIterable. iterator()Method parameters in software.amazon.awssdk.services.sesv2.paginators with type arguments of type ListRecommendationsResponse Modifier and Type Method Description voidListRecommendationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListRecommendationsResponse> subscriber)
-