Uses of Class
org.jclouds.chef.options.CreateClientOptions

Packages that use CreateClientOptions
org.jclouds.chef   
org.jclouds.chef.options   
org.jclouds.chef.test   
 

Uses of CreateClientOptions in org.jclouds.chef
 

Methods in org.jclouds.chef with parameters of type CreateClientOptions
 Client ChefApi.createClient(String clientName, CreateClientOptions options)
          Creates a new client with custom options.
 

Uses of CreateClientOptions in org.jclouds.chef.options
 

Methods in org.jclouds.chef.options that return CreateClientOptions
 CreateClientOptions CreateClientOptions.admin()
           
static CreateClientOptions CreateClientOptions.Builder.admin()
           
 

Uses of CreateClientOptions in org.jclouds.chef.test
 

Methods in org.jclouds.chef.test with parameters of type CreateClientOptions
 Client TransientChefApi.createClient(String clientName, CreateClientOptions options)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.