Uses of Class
org.jclouds.chef.domain.Client
-
Packages that use Client Package Description org.jclouds.chef org.jclouds.chef.domain org.jclouds.chef.functions org.jclouds.chef.internal org.jclouds.chef.strategy org.jclouds.chef.strategy.internal -
-
Uses of Client in org.jclouds.chef
Methods in org.jclouds.chef that return Client Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description Client
Client.Builder. build()
-
Uses of Client in org.jclouds.chef.functions
Methods in org.jclouds.chef.functions that return Client Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description Iterable<? extends Client>
ListClientsImpl. execute()
Iterable<? extends Client>
ListClientsImpl. execute(ExecutorService executorService)
-