Uses of Class
software.amazon.awssdk.services.opsworks.model.Recipes
-
Packages that use Recipes Package Description software.amazon.awssdk.services.opsworks.model -
-
Uses of Recipes in software.amazon.awssdk.services.opsworks.model
Methods in software.amazon.awssdk.services.opsworks.model that return Recipes Modifier and Type Method Description RecipesCreateLayerRequest. customRecipes()ALayerCustomRecipesobject that specifies the layer custom recipes.RecipesLayer. customRecipes()ALayerCustomRecipesobject that specifies the layer's custom recipes.RecipesUpdateLayerRequest. customRecipes()ALayerCustomRecipesobject that specifies the layer's custom recipes.RecipesLayer. defaultRecipes()AWS OpsWorks Stacks supports five lifecycle events: setup, configuration, deploy, undeploy, and shutdown.Methods in software.amazon.awssdk.services.opsworks.model with parameters of type Recipes Modifier and Type Method Description CreateLayerRequest.BuilderCreateLayerRequest.Builder. customRecipes(Recipes customRecipes)ALayerCustomRecipesobject that specifies the layer custom recipes.Layer.BuilderLayer.Builder. customRecipes(Recipes customRecipes)ALayerCustomRecipesobject that specifies the layer's custom recipes.UpdateLayerRequest.BuilderUpdateLayerRequest.Builder. customRecipes(Recipes customRecipes)ALayerCustomRecipesobject that specifies the layer's custom recipes.Layer.BuilderLayer.Builder. defaultRecipes(Recipes defaultRecipes)AWS OpsWorks Stacks supports five lifecycle events: setup, configuration, deploy, undeploy, and shutdown.
-