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()
ALayerCustomRecipes
object that specifies the layer custom recipes.Layer.getCustomRecipes()
ALayerCustomRecipes
object that specifies the layer's custom recipes.UpdateLayerRequest.getCustomRecipes()
ALayerCustomRecipes
object that specifies the layer's custom recipes.Layer.getDefaultRecipes()
Recipes.withConfigure
(String... configure) An array of custom recipe names to be run following aconfigure
event.Recipes.withConfigure
(Collection<String> configure) An array of custom recipe names to be run following aconfigure
event.Recipes.withDeploy
(String... deploy) An array of custom recipe names to be run following adeploy
event.Recipes.withDeploy
(Collection<String> deploy) An array of custom recipe names to be run following adeploy
event.An array of custom recipe names to be run following asetup
event.Recipes.withSetup
(Collection<String> setup) An array of custom recipe names to be run following asetup
event.Recipes.withShutdown
(String... shutdown) An array of custom recipe names to be run following ashutdown
event.Recipes.withShutdown
(Collection<String> shutdown) An array of custom recipe names to be run following ashutdown
event.Recipes.withUndeploy
(String... undeploy) An array of custom recipe names to be run following aundeploy
event.Recipes.withUndeploy
(Collection<String> undeploy) An array of custom recipe names to be run following aundeploy
event.Methods in com.amazonaws.services.opsworks.model with parameters of type RecipesModifier and TypeMethodDescriptionvoid
CreateLayerRequest.setCustomRecipes
(Recipes customRecipes) ALayerCustomRecipes
object that specifies the layer custom recipes.void
Layer.setCustomRecipes
(Recipes customRecipes) ALayerCustomRecipes
object that specifies the layer's custom recipes.void
UpdateLayerRequest.setCustomRecipes
(Recipes customRecipes) ALayerCustomRecipes
object that specifies the layer's custom recipes.void
Layer.setDefaultRecipes
(Recipes defaultRecipes) CreateLayerRequest.withCustomRecipes
(Recipes customRecipes) ALayerCustomRecipes
object that specifies the layer custom recipes.Layer.withCustomRecipes
(Recipes customRecipes) ALayerCustomRecipes
object that specifies the layer's custom recipes.UpdateLayerRequest.withCustomRecipes
(Recipes customRecipes) ALayerCustomRecipes
object that specifies the layer's custom recipes.Layer.withDefaultRecipes
(Recipes defaultRecipes)