Package | Description |
---|---|
com.amazonaws.services.opsworks.model |
Modifier and Type | Method and Description |
---|---|
Recipes |
Recipes.clone() |
Recipes |
CreateLayerRequest.getCustomRecipes()
A
LayerCustomRecipes object that specifies the layer custom
recipes. |
Recipes |
Layer.getCustomRecipes()
A
LayerCustomRecipes object that specifies the layer's
custom recipes. |
Recipes |
UpdateLayerRequest.getCustomRecipes()
A
LayerCustomRecipes object that specifies the layer's
custom recipes. |
Recipes |
Layer.getDefaultRecipes() |
Recipes |
Recipes.withConfigure(Collection<String> configure)
An array of custom recipe names to be run following a
configure event. |
Recipes |
Recipes.withConfigure(String... configure)
An array of custom recipe names to be run following a
configure event. |
Recipes |
Recipes.withDeploy(Collection<String> deploy)
An array of custom recipe names to be run following a
deploy
event. |
Recipes |
Recipes.withDeploy(String... deploy)
An array of custom recipe names to be run following a
deploy
event. |
Recipes |
Recipes.withSetup(Collection<String> setup)
An array of custom recipe names to be run following a
setup
event. |
Recipes |
Recipes.withSetup(String... setup)
An array of custom recipe names to be run following a
setup
event. |
Recipes |
Recipes.withShutdown(Collection<String> shutdown)
An array of custom recipe names to be run following a
shutdown event. |
Recipes |
Recipes.withShutdown(String... shutdown)
An array of custom recipe names to be run following a
shutdown event. |
Recipes |
Recipes.withUndeploy(Collection<String> undeploy)
An array of custom recipe names to be run following a
undeploy event. |
Recipes |
Recipes.withUndeploy(String... undeploy)
An array of custom recipe names to be run following a
undeploy event. |
Modifier and Type | Method and Description |
---|---|
void |
CreateLayerRequest.setCustomRecipes(Recipes customRecipes)
A
LayerCustomRecipes object that specifies the layer custom
recipes. |
void |
Layer.setCustomRecipes(Recipes customRecipes)
A
LayerCustomRecipes object that specifies the layer's
custom recipes. |
void |
UpdateLayerRequest.setCustomRecipes(Recipes customRecipes)
A
LayerCustomRecipes object that specifies the layer's
custom recipes. |
void |
Layer.setDefaultRecipes(Recipes defaultRecipes) |
CreateLayerRequest |
CreateLayerRequest.withCustomRecipes(Recipes customRecipes)
A
LayerCustomRecipes object that specifies the layer custom
recipes. |
Layer |
Layer.withCustomRecipes(Recipes customRecipes)
A
LayerCustomRecipes object that specifies the layer's
custom recipes. |
UpdateLayerRequest |
UpdateLayerRequest.withCustomRecipes(Recipes customRecipes)
A
LayerCustomRecipes object that specifies the layer's
custom recipes. |
Layer |
Layer.withDefaultRecipes(Recipes defaultRecipes) |
Copyright © 2018. All rights reserved.