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()AChefConfigurationobject that specifies whether to enable Berkshelf and the Berkshelf version on Chef 11.10 stacks.CreateStackRequest.getChefConfiguration()AChefConfigurationobject that specifies whether to enable Berkshelf and the Berkshelf version on Chef 11.10 stacks.Stack.getChefConfiguration()AChefConfigurationobject that specifies whether to enable Berkshelf and the Berkshelf version.UpdateStackRequest.getChefConfiguration()AChefConfigurationobject 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 TypeMethodDescriptionvoidCloneStackRequest.setChefConfiguration(ChefConfiguration chefConfiguration) AChefConfigurationobject that specifies whether to enable Berkshelf and the Berkshelf version on Chef 11.10 stacks.voidCreateStackRequest.setChefConfiguration(ChefConfiguration chefConfiguration) AChefConfigurationobject that specifies whether to enable Berkshelf and the Berkshelf version on Chef 11.10 stacks.voidStack.setChefConfiguration(ChefConfiguration chefConfiguration) AChefConfigurationobject that specifies whether to enable Berkshelf and the Berkshelf version.voidUpdateStackRequest.setChefConfiguration(ChefConfiguration chefConfiguration) AChefConfigurationobject that specifies whether to enable Berkshelf and the Berkshelf version on Chef 11.10 stacks.CloneStackRequest.withChefConfiguration(ChefConfiguration chefConfiguration) AChefConfigurationobject that specifies whether to enable Berkshelf and the Berkshelf version on Chef 11.10 stacks.CreateStackRequest.withChefConfiguration(ChefConfiguration chefConfiguration) AChefConfigurationobject that specifies whether to enable Berkshelf and the Berkshelf version on Chef 11.10 stacks.Stack.withChefConfiguration(ChefConfiguration chefConfiguration) AChefConfigurationobject that specifies whether to enable Berkshelf and the Berkshelf version.UpdateStackRequest.withChefConfiguration(ChefConfiguration chefConfiguration) AChefConfigurationobject that specifies whether to enable Berkshelf and the Berkshelf version on Chef 11.10 stacks.