Uses of Class
com.amazonaws.services.opsworks.model.Recipes
Packages that use Recipes
-
Uses of Recipes in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return RecipesModifier and TypeMethodDescriptionRecipes.clone()CreateLayerRequest.getCustomRecipes()ALayerCustomRecipesobject that specifies the layer custom recipes.Layer.getCustomRecipes()ALayerCustomRecipesobject that specifies the layer's custom recipes.UpdateLayerRequest.getCustomRecipes()ALayerCustomRecipesobject that specifies the layer's custom recipes.Layer.getDefaultRecipes()Recipes.withConfigure(String... configure) An array of custom recipe names to be run following aconfigureevent.Recipes.withConfigure(Collection<String> configure) An array of custom recipe names to be run following aconfigureevent.Recipes.withDeploy(String... deploy) An array of custom recipe names to be run following adeployevent.Recipes.withDeploy(Collection<String> deploy) An array of custom recipe names to be run following adeployevent.An array of custom recipe names to be run following asetupevent.Recipes.withSetup(Collection<String> setup) An array of custom recipe names to be run following asetupevent.Recipes.withShutdown(String... shutdown) An array of custom recipe names to be run following ashutdownevent.Recipes.withShutdown(Collection<String> shutdown) An array of custom recipe names to be run following ashutdownevent.Recipes.withUndeploy(String... undeploy) An array of custom recipe names to be run following aundeployevent.Recipes.withUndeploy(Collection<String> undeploy) An array of custom recipe names to be run following aundeployevent.Methods in com.amazonaws.services.opsworks.model with parameters of type RecipesModifier and TypeMethodDescriptionvoidCreateLayerRequest.setCustomRecipes(Recipes customRecipes) ALayerCustomRecipesobject that specifies the layer custom recipes.voidLayer.setCustomRecipes(Recipes customRecipes) ALayerCustomRecipesobject that specifies the layer's custom recipes.voidUpdateLayerRequest.setCustomRecipes(Recipes customRecipes) ALayerCustomRecipesobject that specifies the layer's custom recipes.voidLayer.setDefaultRecipes(Recipes defaultRecipes) CreateLayerRequest.withCustomRecipes(Recipes customRecipes) ALayerCustomRecipesobject that specifies the layer custom recipes.Layer.withCustomRecipes(Recipes customRecipes) ALayerCustomRecipesobject that specifies the layer's custom recipes.UpdateLayerRequest.withCustomRecipes(Recipes customRecipes) ALayerCustomRecipesobject that specifies the layer's custom recipes.Layer.withDefaultRecipes(Recipes defaultRecipes)