Uses of Class
software.amazon.awssdk.services.opsworks.model.ChefConfiguration
-
Packages that use ChefConfiguration Package Description software.amazon.awssdk.services.opsworks.model -
-
Uses of ChefConfiguration in software.amazon.awssdk.services.opsworks.model
Methods in software.amazon.awssdk.services.opsworks.model that return ChefConfiguration Modifier and Type Method Description ChefConfigurationCloneStackRequest. chefConfiguration()AChefConfigurationobject that specifies whether to enable Berkshelf and the Berkshelf version on Chef 11.10 stacks.ChefConfigurationCreateStackRequest. chefConfiguration()AChefConfigurationobject that specifies whether to enable Berkshelf and the Berkshelf version on Chef 11.10 stacks.ChefConfigurationStack. chefConfiguration()AChefConfigurationobject that specifies whether to enable Berkshelf and the Berkshelf version.ChefConfigurationUpdateStackRequest. chefConfiguration()AChefConfigurationobject that specifies whether to enable Berkshelf and the Berkshelf version on Chef 11.10 stacks.Methods in software.amazon.awssdk.services.opsworks.model with parameters of type ChefConfiguration Modifier and Type Method Description CloneStackRequest.BuilderCloneStackRequest.Builder. chefConfiguration(ChefConfiguration chefConfiguration)AChefConfigurationobject that specifies whether to enable Berkshelf and the Berkshelf version on Chef 11.10 stacks.CreateStackRequest.BuilderCreateStackRequest.Builder. chefConfiguration(ChefConfiguration chefConfiguration)AChefConfigurationobject that specifies whether to enable Berkshelf and the Berkshelf version on Chef 11.10 stacks.Stack.BuilderStack.Builder. chefConfiguration(ChefConfiguration chefConfiguration)AChefConfigurationobject that specifies whether to enable Berkshelf and the Berkshelf version.UpdateStackRequest.BuilderUpdateStackRequest.Builder. chefConfiguration(ChefConfiguration chefConfiguration)AChefConfigurationobject that specifies whether to enable Berkshelf and the Berkshelf version on Chef 11.10 stacks.
-