| Package | Description |
|---|---|
| software.amazon.awssdk.services.databrew.model | |
| software.amazon.awssdk.services.databrew.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Recipe> |
ListRecipeVersionsResponse.recipes()
A list of versions for the specified recipe.
|
List<Recipe> |
ListRecipesResponse.recipes()
A list of recipes that are defined.
|
| Modifier and Type | Method and Description |
|---|---|
ListRecipeVersionsResponse.Builder |
ListRecipeVersionsResponse.Builder.recipes(Recipe... recipes)
A list of versions for the specified recipe.
|
ListRecipesResponse.Builder |
ListRecipesResponse.Builder.recipes(Recipe... recipes)
A list of recipes that are defined.
|
| Modifier and Type | Method and Description |
|---|---|
ListRecipeVersionsResponse.Builder |
ListRecipeVersionsResponse.Builder.recipes(Collection<Recipe> recipes)
A list of versions for the specified recipe.
|
ListRecipesResponse.Builder |
ListRecipesResponse.Builder.recipes(Collection<Recipe> recipes)
A list of recipes that are defined.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Recipe> |
ListRecipesPublisher.recipes()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Recipe> |
ListRecipesIterable.recipes()
Returns an iterable to iterate through the paginated
ListRecipesResponse.recipes() member. |
SdkPublisher<Recipe> |
ListRecipeVersionsPublisher.recipes()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Recipe> |
ListRecipeVersionsIterable.recipes()
Returns an iterable to iterate through the paginated
ListRecipeVersionsResponse.recipes() member. |
Copyright © 2023. All rights reserved.