Uses of Class
software.amazon.awssdk.services.glue.model.RecipeStep
-
Packages that use RecipeStep Package Description software.amazon.awssdk.services.glue.model -
-
Uses of RecipeStep in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type RecipeStep Modifier and Type Method Description List<RecipeStep>Recipe. recipeSteps()Transform steps used in the recipe node.Methods in software.amazon.awssdk.services.glue.model with parameters of type RecipeStep Modifier and Type Method Description Recipe.BuilderRecipe.Builder. recipeSteps(RecipeStep... recipeSteps)Transform steps used in the recipe node.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type RecipeStep Modifier and Type Method Description Recipe.BuilderRecipe.Builder. recipeSteps(Collection<RecipeStep> recipeSteps)Transform steps used in the recipe node.
-