| Package | Description |
|---|---|
| com.amazonaws.services.opsworks.model |
Classes modeling the various types represented by AWSOpsWorks.
|
| Modifier and Type | Method and Description |
|---|---|
Recipes |
CreateLayerRequest.getCustomRecipes()
A
LayerCustomRecipes object that specifies the layer
custom recipes. |
Recipes |
UpdateLayerRequest.getCustomRecipes()
A
LayerCustomRecipes object that specifies the layer's
custom recipes. |
Recipes |
Layer.getCustomRecipes()
A
LayerCustomRecipes object that specifies the layer's
custom recipes. |
Recipes |
Layer.getDefaultRecipes()
AWS OpsWorks supports five lifecycle events, setup,
configuration, deploy, undeploy, and
shutdown.
|
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 |
UpdateLayerRequest.setCustomRecipes(Recipes customRecipes)
A
LayerCustomRecipes object that specifies the layer's
custom recipes. |
void |
Layer.setCustomRecipes(Recipes customRecipes)
A
LayerCustomRecipes object that specifies the layer's
custom recipes. |
void |
Layer.setDefaultRecipes(Recipes defaultRecipes)
AWS OpsWorks supports five lifecycle events, setup,
configuration, deploy, undeploy, and
shutdown.
|
CreateLayerRequest |
CreateLayerRequest.withCustomRecipes(Recipes customRecipes)
A
LayerCustomRecipes object that specifies the layer
custom recipes. |
UpdateLayerRequest |
UpdateLayerRequest.withCustomRecipes(Recipes customRecipes)
A
LayerCustomRecipes object that specifies the layer's
custom recipes. |
Layer |
Layer.withCustomRecipes(Recipes customRecipes)
A
LayerCustomRecipes object that specifies the layer's
custom recipes. |
Layer |
Layer.withDefaultRecipes(Recipes defaultRecipes)
AWS OpsWorks supports five lifecycle events, setup,
configuration, deploy, undeploy, and
shutdown.
|
Copyright © 2014. All rights reserved.