| Package | Description |
|---|---|
| com.amazonaws.services.opsworks.model |
| Modifier and Type | Method and Description |
|---|---|
ChefConfiguration |
ChefConfiguration.clone() |
ChefConfiguration |
CreateStackRequest.getChefConfiguration()
A
ChefConfiguration object that specifies whether to enable Berkshelf and the Berkshelf version on
Chef 11.10 stacks. |
ChefConfiguration |
UpdateStackRequest.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 |
Stack.getChefConfiguration()
A
ChefConfiguration object that specifies whether to enable Berkshelf and the Berkshelf version. |
ChefConfiguration |
ChefConfiguration.withBerkshelfVersion(String berkshelfVersion)
The Berkshelf version.
|
ChefConfiguration |
ChefConfiguration.withManageBerkshelf(Boolean manageBerkshelf)
Whether to enable Berkshelf.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateStackRequest.setChefConfiguration(ChefConfiguration chefConfiguration)
A
ChefConfiguration object that specifies whether to enable Berkshelf and the Berkshelf version on
Chef 11.10 stacks. |
void |
UpdateStackRequest.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. |
void |
Stack.setChefConfiguration(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. |
UpdateStackRequest |
UpdateStackRequest.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. |
Stack |
Stack.withChefConfiguration(ChefConfiguration chefConfiguration)
A
ChefConfiguration object that specifies whether to enable Berkshelf and the Berkshelf version. |
Copyright © 2020. All rights reserved.