Uses of Class
com.amazonaws.services.opsworks.model.ChefConfiguration
Packages that use ChefConfiguration
-
Uses of ChefConfiguration in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return ChefConfigurationModifier and TypeMethodDescriptionChefConfiguration.clone()
CloneStackRequest.getChefConfiguration()
AChefConfiguration
object that specifies whether to enable Berkshelf and the Berkshelf version on Chef 11.10 stacks.CreateStackRequest.getChefConfiguration()
AChefConfiguration
object that specifies whether to enable Berkshelf and the Berkshelf version on Chef 11.10 stacks.Stack.getChefConfiguration()
AChefConfiguration
object that specifies whether to enable Berkshelf and the Berkshelf version.UpdateStackRequest.getChefConfiguration()
AChefConfiguration
object that specifies whether to enable Berkshelf and the Berkshelf version on Chef 11.10 stacks.ChefConfiguration.withBerkshelfVersion
(String berkshelfVersion) The Berkshelf version.ChefConfiguration.withManageBerkshelf
(Boolean manageBerkshelf) Whether to enable Berkshelf.Methods in com.amazonaws.services.opsworks.model with parameters of type ChefConfigurationModifier and TypeMethodDescriptionvoid
CloneStackRequest.setChefConfiguration
(ChefConfiguration chefConfiguration) AChefConfiguration
object that specifies whether to enable Berkshelf and the Berkshelf version on Chef 11.10 stacks.void
CreateStackRequest.setChefConfiguration
(ChefConfiguration chefConfiguration) AChefConfiguration
object that specifies whether to enable Berkshelf and the Berkshelf version on Chef 11.10 stacks.void
Stack.setChefConfiguration
(ChefConfiguration chefConfiguration) AChefConfiguration
object that specifies whether to enable Berkshelf and the Berkshelf version.void
UpdateStackRequest.setChefConfiguration
(ChefConfiguration chefConfiguration) AChefConfiguration
object that specifies whether to enable Berkshelf and the Berkshelf version on Chef 11.10 stacks.CloneStackRequest.withChefConfiguration
(ChefConfiguration chefConfiguration) AChefConfiguration
object that specifies whether to enable Berkshelf and the Berkshelf version on Chef 11.10 stacks.CreateStackRequest.withChefConfiguration
(ChefConfiguration chefConfiguration) AChefConfiguration
object that specifies whether to enable Berkshelf and the Berkshelf version on Chef 11.10 stacks.Stack.withChefConfiguration
(ChefConfiguration chefConfiguration) AChefConfiguration
object that specifies whether to enable Berkshelf and the Berkshelf version.UpdateStackRequest.withChefConfiguration
(ChefConfiguration chefConfiguration) AChefConfiguration
object that specifies whether to enable Berkshelf and the Berkshelf version on Chef 11.10 stacks.