Uses of Class
org.jclouds.chef.domain.Client

Packages that use Client
org.jclouds.chef   
org.jclouds.chef.domain   
org.jclouds.chef.functions   
org.jclouds.chef.internal   
org.jclouds.chef.strategy   
org.jclouds.chef.strategy.internal   
org.jclouds.chef.test   
 

Uses of Client in org.jclouds.chef
 

Methods in org.jclouds.chef that return Client
 Client ChefApi.createClient(String clientName)
          Creates a new client.
 Client ChefApi.createClient(String clientName, CreateClientOptions options)
          Creates a new client with custom options.
 Client ChefApi.deleteClient(String clientName)
          Deletes the given client.
 Client ChefApi.generateKeyForClient(String clientName)
          Generates a new key-pair for this client, and return the new private key in the response body.
 Client ChefApi.getClient(String clientName)
          Gets the details of existing client.
 

Methods in org.jclouds.chef that return types with arguments of type Client
 Iterable<? extends Client> ChefService.listClients()
          Lists the details of all existing clients.
 Iterable<? extends Client> ChefService.listClients(ExecutorService executorService)
          Lists the details of all existing clients, but executing concurrently using the threads available in the ExecutorService.
 SearchResult<? extends Client> ChefApi.searchClients()
          Searches all clients.
 SearchResult<? extends Client> ChefApi.searchClients(SearchOptions options)
          Searches all clients that match the given options.
 

Uses of Client in org.jclouds.chef.domain
 

Methods in org.jclouds.chef.domain that return Client
 Client Client.Builder.build()
           
 

Uses of Client in org.jclouds.chef.functions
 

Methods in org.jclouds.chef.functions that return Client
 Client ClientForGroup.apply(String from)
           
 

Uses of Client in org.jclouds.chef.internal
 

Methods in org.jclouds.chef.internal that return types with arguments of type Client
 Iterable<? extends Client> BaseChefService.listClients()
           
 Iterable<? extends Client> BaseChefService.listClients(ExecutorService executorService)
           
 

Uses of Client in org.jclouds.chef.strategy
 

Methods in org.jclouds.chef.strategy that return types with arguments of type Client
 Iterable<? extends Client> ListClients.execute()
           
 Iterable<? extends Client> ListClients.execute(ExecutorService executor)
           
 

Uses of Client in org.jclouds.chef.strategy.internal
 

Methods in org.jclouds.chef.strategy.internal that return types with arguments of type Client
 Iterable<? extends Client> ListClientsImpl.execute()
           
 Iterable<? extends Client> ListClientsImpl.execute(ExecutorService executorService)
           
 

Uses of Client in org.jclouds.chef.test
 

Methods in org.jclouds.chef.test that return Client
 Client TransientChefApi.createClient(String clientName)
           
 Client TransientChefApi.createClient(String clientName, CreateClientOptions options)
           
 Client TransientChefApi.deleteClient(String clientName)
           
 Client TransientChefApi.generateKeyForClient(String clientName)
           
 Client TransientChefApi.getClient(String clientName)
           
 

Methods in org.jclouds.chef.test that return types with arguments of type Client
 SearchResult<? extends Client> TransientChefApi.searchClients()
           
 SearchResult<? extends Client> TransientChefApi.searchClients(SearchOptions options)
           
 



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