Uses of Class
com.amazonaws.services.opsworks.model.ChefConfiguration

Packages that use ChefConfiguration
com.amazonaws.services.opsworks.model Classes modeling the various types represented by AWSOpsWorks. 
 

Uses of ChefConfiguration in com.amazonaws.services.opsworks.model
 

Methods in com.amazonaws.services.opsworks.model that return ChefConfiguration
 ChefConfiguration UpdateStackRequest.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 CloneStackRequest.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.
 

Methods in com.amazonaws.services.opsworks.model with parameters of type ChefConfiguration
 void UpdateStackRequest.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 CloneStackRequest.setChefConfiguration(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.
 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.
 CloneStackRequest CloneStackRequest.withChefConfiguration(ChefConfiguration chefConfiguration)
          A ChefConfiguration object that specifies whether to enable Berkshelf and the Berkshelf version on Chef 11.10 stacks.
 



Copyright © 2016. All rights reserved.