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