Uses of Class
software.amazon.awssdk.services.databrew.model.Recipe
-
Packages that use Recipe Package Description software.amazon.awssdk.services.databrew.model software.amazon.awssdk.services.databrew.paginators -
-
Uses of Recipe in software.amazon.awssdk.services.databrew.model
Methods in software.amazon.awssdk.services.databrew.model that return types with arguments of type Recipe Modifier and Type Method Description List<Recipe>ListRecipesResponse. recipes()A list of recipes that are defined.List<Recipe>ListRecipeVersionsResponse. recipes()A list of versions for the specified recipe.Methods in software.amazon.awssdk.services.databrew.model with parameters of type Recipe Modifier and Type Method Description ListRecipesResponse.BuilderListRecipesResponse.Builder. recipes(Recipe... recipes)A list of recipes that are defined.ListRecipeVersionsResponse.BuilderListRecipeVersionsResponse.Builder. recipes(Recipe... recipes)A list of versions for the specified recipe.Method parameters in software.amazon.awssdk.services.databrew.model with type arguments of type Recipe Modifier and Type Method Description ListRecipesResponse.BuilderListRecipesResponse.Builder. recipes(Collection<Recipe> recipes)A list of recipes that are defined.ListRecipeVersionsResponse.BuilderListRecipeVersionsResponse.Builder. recipes(Collection<Recipe> recipes)A list of versions for the specified recipe. -
Uses of Recipe in software.amazon.awssdk.services.databrew.paginators
Methods in software.amazon.awssdk.services.databrew.paginators that return types with arguments of type Recipe Modifier and Type Method Description SdkIterable<Recipe>ListRecipesIterable. recipes()Returns an iterable to iterate through the paginatedListRecipesResponse.recipes()member.SdkPublisher<Recipe>ListRecipesPublisher. 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 paginatedListRecipeVersionsResponse.recipes()member.SdkPublisher<Recipe>ListRecipeVersionsPublisher. recipes()Returns a publisher that can be used to get a stream of data.
-