| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2 |
|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
ListRecommendationsResult |
AmazonSimpleEmailServiceV2Client.listRecommendations(ListRecommendationsRequest request)
Lists the recommendations present in your Amazon SES account in the current Amazon Web Services Region.
|
ListRecommendationsResult |
AmazonSimpleEmailServiceV2.listRecommendations(ListRecommendationsRequest listRecommendationsRequest)
Lists the recommendations present in your Amazon SES account in the current Amazon Web Services Region.
|
ListRecommendationsResult |
AbstractAmazonSimpleEmailServiceV2.listRecommendations(ListRecommendationsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListRecommendationsResult> |
AbstractAmazonSimpleEmailServiceV2Async.listRecommendationsAsync(ListRecommendationsRequest request,
AsyncHandler<ListRecommendationsRequest,ListRecommendationsResult> asyncHandler) |
Future<ListRecommendationsResult> |
AmazonSimpleEmailServiceV2Async.listRecommendationsAsync(ListRecommendationsRequest listRecommendationsRequest,
AsyncHandler<ListRecommendationsRequest,ListRecommendationsResult> asyncHandler)
Lists the recommendations present in your Amazon SES account in the current Amazon Web Services Region.
|
Future<ListRecommendationsResult> |
AmazonSimpleEmailServiceV2AsyncClient.listRecommendationsAsync(ListRecommendationsRequest request,
AsyncHandler<ListRecommendationsRequest,ListRecommendationsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListRecommendationsResult |
ListRecommendationsResult.clone() |
ListRecommendationsResult |
ListRecommendationsResult.withNextToken(String nextToken)
A string token indicating that there might be additional recommendations available to be listed.
|
ListRecommendationsResult |
ListRecommendationsResult.withRecommendations(Collection<Recommendation> recommendations)
The recommendations applicable to your account.
|
ListRecommendationsResult |
ListRecommendationsResult.withRecommendations(Recommendation... recommendations)
The recommendations applicable to your account.
|
Copyright © 2024. All rights reserved.