| Package | Description |
|---|---|
| software.amazon.awssdk.services.personalize.model | |
| software.amazon.awssdk.services.personalize.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<RecipeSummary> |
ListRecipesResponse.recipes()
The list of available recipes.
|
| Modifier and Type | Method and Description |
|---|---|
ListRecipesResponse.Builder |
ListRecipesResponse.Builder.recipes(RecipeSummary... recipes)
The list of available recipes.
|
| Modifier and Type | Method and Description |
|---|---|
ListRecipesResponse.Builder |
ListRecipesResponse.Builder.recipes(Collection<RecipeSummary> recipes)
The list of available recipes.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<RecipeSummary> |
ListRecipesPublisher.recipes()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<RecipeSummary> |
ListRecipesIterable.recipes()
Returns an iterable to iterate through the paginated
ListRecipesResponse.recipes() member. |
Copyright © 2021. All rights reserved.