Uses of Class
software.amazon.awssdk.services.databrew.model.RecipeStep
-
Packages that use RecipeStep Package Description software.amazon.awssdk.services.databrew.model -
-
Uses of RecipeStep in software.amazon.awssdk.services.databrew.model
Methods in software.amazon.awssdk.services.databrew.model that return RecipeStep Modifier and Type Method Description RecipeStepSendProjectSessionActionRequest. recipeStep()Returns the value of the RecipeStep property for this object.Methods in software.amazon.awssdk.services.databrew.model that return types with arguments of type RecipeStep Modifier and Type Method Description List<RecipeStep>CreateRecipeRequest. steps()An array containing the steps to be performed by the recipe.List<RecipeStep>DescribeRecipeResponse. steps()One or more steps to be performed by the recipe.List<RecipeStep>Recipe. steps()A list of steps that are defined by the recipe.List<RecipeStep>UpdateRecipeRequest. steps()One or more steps to be performed by the recipe.Methods in software.amazon.awssdk.services.databrew.model with parameters of type RecipeStep Modifier and Type Method Description SendProjectSessionActionRequest.BuilderSendProjectSessionActionRequest.Builder. recipeStep(RecipeStep recipeStep)Sets the value of the RecipeStep property for this object.CreateRecipeRequest.BuilderCreateRecipeRequest.Builder. steps(RecipeStep... steps)An array containing the steps to be performed by the recipe.DescribeRecipeResponse.BuilderDescribeRecipeResponse.Builder. steps(RecipeStep... steps)One or more steps to be performed by the recipe.Recipe.BuilderRecipe.Builder. steps(RecipeStep... steps)A list of steps that are defined by the recipe.UpdateRecipeRequest.BuilderUpdateRecipeRequest.Builder. steps(RecipeStep... steps)One or more steps to be performed by the recipe.Method parameters in software.amazon.awssdk.services.databrew.model with type arguments of type RecipeStep Modifier and Type Method Description CreateRecipeRequest.BuilderCreateRecipeRequest.Builder. steps(Collection<RecipeStep> steps)An array containing the steps to be performed by the recipe.DescribeRecipeResponse.BuilderDescribeRecipeResponse.Builder. steps(Collection<RecipeStep> steps)One or more steps to be performed by the recipe.Recipe.BuilderRecipe.Builder. steps(Collection<RecipeStep> steps)A list of steps that are defined by the recipe.UpdateRecipeRequest.BuilderUpdateRecipeRequest.Builder. steps(Collection<RecipeStep> steps)One or more steps to be performed by the recipe.
-