Uses of Class
org.jclouds.chef.domain.Environment
Packages that use Environment
Package
Description
-
Uses of Environment in org.jclouds.chef
Methods in org.jclouds.chef that return EnvironmentModifier and TypeMethodDescriptionChefApi.deleteEnvironment
(String environmentName) Deletes the given environment.ChefApi.getEnvironment
(String environmentName) Gets the details of an existing environment.ChefApi.updateEnvironment
(Environment environment) Updates the given environment.Methods in org.jclouds.chef that return types with arguments of type EnvironmentModifier and TypeMethodDescriptionIterable
<? extends Environment> ChefService.listEnvironments()
Lists the details of all existing environments.SearchResult
<? extends Environment> ChefApi.searchEnvironments()
Searches all environments.SearchResult
<? extends Environment> ChefApi.searchEnvironments
(SearchOptions options) Searches all environments that match the given options.Methods in org.jclouds.chef with parameters of type EnvironmentModifier and TypeMethodDescriptionvoid
ChefApi.createEnvironment
(Environment environment) Creates a new environment.ChefApi.updateEnvironment
(Environment environment) Updates the given environment. -
Uses of Environment in org.jclouds.chef.domain
Methods in org.jclouds.chef.domain that return Environment -
Uses of Environment in org.jclouds.chef.internal
Methods in org.jclouds.chef.internal that return types with arguments of type EnvironmentModifier and TypeMethodDescriptionIterable
<? extends Environment> BaseChefService.listEnvironments()
-
Uses of Environment in org.jclouds.chef.strategy
Methods in org.jclouds.chef.strategy that return types with arguments of type EnvironmentModifier and TypeMethodDescriptionIterable
<? extends Environment> ListEnvironments.execute()
Iterable
<? extends Environment> ListEnvironments.execute
(ExecutorService executor) -
Uses of Environment in org.jclouds.chef.strategy.internal
Methods in org.jclouds.chef.strategy.internal that return types with arguments of type EnvironmentModifier and TypeMethodDescriptionIterable
<? extends Environment> ListEnvironmentsImpl.execute()
Iterable
<? extends Environment> ListEnvironmentsImpl.execute
(ExecutorService executor)