| Package | Description |
|---|---|
| com.amazonaws.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
RecipeSummary |
RecipeSummary.clone() |
RecipeSummary |
RecipeSummary.withCreationDateTime(Date creationDateTime)
The date and time (in Unix time) that the recipe was created.
|
RecipeSummary |
RecipeSummary.withDomain(Domain domain)
The domain of the recipe (if the recipe is a Domain dataset group use case).
|
RecipeSummary |
RecipeSummary.withDomain(String domain)
The domain of the recipe (if the recipe is a Domain dataset group use case).
|
RecipeSummary |
RecipeSummary.withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time (in Unix time) that the recipe was last updated.
|
RecipeSummary |
RecipeSummary.withName(String name)
The name of the recipe.
|
RecipeSummary |
RecipeSummary.withRecipeArn(String recipeArn)
The Amazon Resource Name (ARN) of the recipe.
|
RecipeSummary |
RecipeSummary.withStatus(String status)
The status of the recipe.
|
| Modifier and Type | Method and Description |
|---|---|
List<RecipeSummary> |
ListRecipesResult.getRecipes()
The list of available recipes.
|
| Modifier and Type | Method and Description |
|---|---|
ListRecipesResult |
ListRecipesResult.withRecipes(RecipeSummary... recipes)
The list of available recipes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRecipesResult.setRecipes(Collection<RecipeSummary> recipes)
The list of available recipes.
|
ListRecipesResult |
ListRecipesResult.withRecipes(Collection<RecipeSummary> recipes)
The list of available recipes.
|
Copyright © 2023. All rights reserved.