Package | Description |
---|---|
com.amazonaws.services.opsworks.model | |
com.amazonaws.services.opsworks.model.transform |
Modifier and Type | Field and Description |
---|---|
private Recipes |
UpdateLayerRequest.customRecipes
A
LayerCustomRecipes object that specifies the layer's
custom recipes. |
private Recipes |
Layer.customRecipes
A
LayerCustomRecipes object that specifies the layer's
custom recipes. |
private Recipes |
CreateLayerRequest.customRecipes
A
LayerCustomRecipes object that specifies the layer custom
recipes. |
private Recipes |
Layer.defaultRecipes |
Modifier and Type | Method and Description |
---|---|
Recipes |
Recipes.clone() |
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 |
CreateLayerRequest.getCustomRecipes()
A
LayerCustomRecipes object that specifies the layer custom
recipes. |
Recipes |
Layer.getDefaultRecipes() |
Recipes |
Recipes.withConfigure(java.util.Collection<java.lang.String> configure)
An array of custom recipe names to be run following a
configure event. |
Recipes |
Recipes.withConfigure(java.lang.String... configure)
An array of custom recipe names to be run following a
configure event. |
Recipes |
Recipes.withDeploy(java.util.Collection<java.lang.String> deploy)
An array of custom recipe names to be run following a
deploy
event. |
Recipes |
Recipes.withDeploy(java.lang.String... deploy)
An array of custom recipe names to be run following a
deploy
event. |
Recipes |
Recipes.withSetup(java.util.Collection<java.lang.String> setup)
An array of custom recipe names to be run following a
setup
event. |
Recipes |
Recipes.withSetup(java.lang.String... setup)
An array of custom recipe names to be run following a
setup
event. |
Recipes |
Recipes.withShutdown(java.util.Collection<java.lang.String> shutdown)
An array of custom recipe names to be run following a
shutdown event. |
Recipes |
Recipes.withShutdown(java.lang.String... shutdown)
An array of custom recipe names to be run following a
shutdown event. |
Recipes |
Recipes.withUndeploy(java.util.Collection<java.lang.String> undeploy)
An array of custom recipe names to be run following a
undeploy event. |
Recipes |
Recipes.withUndeploy(java.lang.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 |
Layer.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.setDefaultRecipes(Recipes defaultRecipes) |
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. |
CreateLayerRequest |
CreateLayerRequest.withCustomRecipes(Recipes customRecipes)
A
LayerCustomRecipes object that specifies the layer custom
recipes. |
Layer |
Layer.withDefaultRecipes(Recipes defaultRecipes) |
Modifier and Type | Method and Description |
---|---|
Recipes |
RecipesJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
RecipesJsonMarshaller.marshall(Recipes recipes,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|