Uses of Class
org.jclouds.chef.domain.Client
Packages that use Client
Package
Description
-
Uses of Client in org.jclouds.chef
Methods in org.jclouds.chef that return ClientModifier and TypeMethodDescriptionChefApi.createClient
(String clientName) Creates a new client.ChefApi.createClient
(String clientName, CreateClientOptions options) Creates a new client with custom options.ChefApi.deleteClient
(String clientName) Deletes the given client.ChefApi.generateKeyForClient
(String clientName) Generates a new key-pair for this client, and return the new private key in the response body.Gets the details of existing client.Methods in org.jclouds.chef that return types with arguments of type ClientModifier and TypeMethodDescriptionChefService.listClients()
Lists the details of all existing clients.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 -
Uses of Client in org.jclouds.chef.functions
Methods in org.jclouds.chef.functions that return Client -
Uses of Client in org.jclouds.chef.internal
Methods in org.jclouds.chef.internal that return types with arguments of type ClientModifier and TypeMethodDescriptionBaseChefService.listClients()
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 -
Uses of Client in org.jclouds.chef.strategy.internal
Methods in org.jclouds.chef.strategy.internal that return types with arguments of type Client