| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
static ListRecommendationsFilterKey |
ListRecommendationsFilterKey.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ListRecommendationsFilterKey |
ListRecommendationsFilterKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListRecommendationsFilterKey[] |
ListRecommendationsFilterKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<ListRecommendationsFilterKey,String> |
ListRecommendationsRequest.filter()
Filters applied when retrieving recommendations.
|
static Set<ListRecommendationsFilterKey> |
ListRecommendationsFilterKey.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListRecommendationsRequest.Builder |
ListRecommendationsRequest.Builder.filter(Map<ListRecommendationsFilterKey,String> filter)
Filters applied when retrieving recommendations.
|
Copyright © 2023. All rights reserved.