Package | Description |
---|---|
com.amazonaws.services.opsworks.model | |
com.amazonaws.services.opsworks.model.transform |
Modifier and Type | Field and Description |
---|---|
private ChefConfiguration |
UpdateStackRequest.chefConfiguration
A
ChefConfiguration object that specifies whether to enable
Berkshelf and the Berkshelf version on Chef 11.10 stacks. |
private ChefConfiguration |
Stack.chefConfiguration
A
ChefConfiguration object that specifies whether to enable
Berkshelf and the Berkshelf version. |
private ChefConfiguration |
CreateStackRequest.chefConfiguration
A
ChefConfiguration object that specifies whether to enable
Berkshelf and the Berkshelf version on Chef 11.10 stacks. |
private ChefConfiguration |
CloneStackRequest.chefConfiguration
A
ChefConfiguration object that specifies whether to enable
Berkshelf and the Berkshelf version on Chef 11.10 stacks. |
Modifier and Type | Method and Description |
---|---|
ChefConfiguration |
ChefConfiguration.clone() |
ChefConfiguration |
UpdateStackRequest.getChefConfiguration()
A
ChefConfiguration object that specifies whether to enable
Berkshelf and the Berkshelf version on Chef 11.10 stacks. |
ChefConfiguration |
Stack.getChefConfiguration()
A
ChefConfiguration object that specifies whether to enable
Berkshelf and the Berkshelf version. |
ChefConfiguration |
CreateStackRequest.getChefConfiguration()
A
ChefConfiguration object that specifies whether to enable
Berkshelf and the Berkshelf version on Chef 11.10 stacks. |
ChefConfiguration |
CloneStackRequest.getChefConfiguration()
A
ChefConfiguration object that specifies whether to enable
Berkshelf and the Berkshelf version on Chef 11.10 stacks. |
ChefConfiguration |
ChefConfiguration.withBerkshelfVersion(java.lang.String berkshelfVersion)
The Berkshelf version.
|
ChefConfiguration |
ChefConfiguration.withManageBerkshelf(java.lang.Boolean manageBerkshelf)
Whether to enable Berkshelf.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateStackRequest.setChefConfiguration(ChefConfiguration chefConfiguration)
A
ChefConfiguration object that specifies whether to enable
Berkshelf and the Berkshelf version on Chef 11.10 stacks. |
void |
Stack.setChefConfiguration(ChefConfiguration chefConfiguration)
A
ChefConfiguration object that specifies whether to enable
Berkshelf and the Berkshelf version. |
void |
CreateStackRequest.setChefConfiguration(ChefConfiguration chefConfiguration)
A
ChefConfiguration object that specifies whether to enable
Berkshelf and the Berkshelf version on Chef 11.10 stacks. |
void |
CloneStackRequest.setChefConfiguration(ChefConfiguration chefConfiguration)
A
ChefConfiguration object that specifies whether to enable
Berkshelf and the Berkshelf version on Chef 11.10 stacks. |
UpdateStackRequest |
UpdateStackRequest.withChefConfiguration(ChefConfiguration chefConfiguration)
A
ChefConfiguration object that specifies whether to enable
Berkshelf and the Berkshelf version on Chef 11.10 stacks. |
Stack |
Stack.withChefConfiguration(ChefConfiguration chefConfiguration)
A
ChefConfiguration object that specifies whether to enable
Berkshelf and the Berkshelf version. |
CreateStackRequest |
CreateStackRequest.withChefConfiguration(ChefConfiguration chefConfiguration)
A
ChefConfiguration object that specifies whether to enable
Berkshelf and the Berkshelf version on Chef 11.10 stacks. |
CloneStackRequest |
CloneStackRequest.withChefConfiguration(ChefConfiguration chefConfiguration)
A
ChefConfiguration object that specifies whether to enable
Berkshelf and the Berkshelf version on Chef 11.10 stacks. |
Modifier and Type | Method and Description |
---|---|
ChefConfiguration |
ChefConfigurationJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ChefConfigurationJsonMarshaller.marshall(ChefConfiguration chefConfiguration,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|