Package | Description |
---|---|
com.amazonaws.services.opsworks.model |
Classes modeling the various types represented by AWSOpsWorks.
|
Modifier and Type | Method and Description |
---|---|
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 |
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 |
ChefConfiguration.withBerkshelfVersion(String berkshelfVersion)
The Berkshelf version.
|
ChefConfiguration |
ChefConfiguration.withManageBerkshelf(Boolean manageBerkshelf)
Whether to enable Berkshelf.
|
Modifier and Type | Method and Description |
---|---|
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. |
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. |
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. |
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. |
Copyright © 2014. All rights reserved.