| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2 |
|
| software.amazon.awssdk.services.sesv2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListRecommendationsResponse |
SesV2Client.listRecommendations(Consumer<ListRecommendationsRequest.Builder> listRecommendationsRequest)
Lists the recommendations present in your Amazon SES account in the current Amazon Web Services Region.
|
default ListRecommendationsResponse |
SesV2Client.listRecommendations(ListRecommendationsRequest listRecommendationsRequest)
Lists the recommendations present in your Amazon SES account in the current Amazon Web Services Region.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListRecommendationsResponse> |
ListRecommendationsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListRecommendationsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListRecommendationsResponse> subscriber) |
Copyright © 2023. All rights reserved.