Uses of Interface
org.jclouds.ec2.EC2Client

Packages that use EC2Client
org.jclouds.aws.ec2   
org.jclouds.ec2   
org.jclouds.ec2.compute   
org.jclouds.ec2.compute.extensions   
org.jclouds.ec2.compute.functions   
org.jclouds.ec2.compute.loaders   
org.jclouds.ec2.compute.predicates   
org.jclouds.ec2.compute.strategy   
org.jclouds.ec2.config   
org.jclouds.ec2.predicates   
org.jclouds.ec2.suppliers   
org.jclouds.openstack.nova.ec2   
org.jclouds.openstack.nova.ec2.loaders   
 

Uses of EC2Client in org.jclouds.aws.ec2
 

Subinterfaces of EC2Client in org.jclouds.aws.ec2
 interface AWSEC2Client
          Provides synchronous access to EC2 services.
 

Uses of EC2Client in org.jclouds.ec2
 

Fields in org.jclouds.ec2 with type parameters of type EC2Client
static com.google.common.reflect.TypeToken<RestContext<? extends EC2Client,? extends EC2AsyncClient>> EC2ApiMetadata.CONTEXT_TOKEN
           
 

Uses of EC2Client in org.jclouds.ec2.compute
 

Constructors in org.jclouds.ec2.compute with parameters of type EC2Client
EC2ComputeService(ComputeServiceContext context, Map<String,Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Set<? extends Location>> locations, ListNodesStrategy listNodesStrategy, GetImageStrategy getImageStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy startNodeStrategy, SuspendNodeStrategy stopNodeStrategy, javax.inject.Provider<TemplateBuilder> templateBuilderProvider, javax.inject.Provider<TemplateOptions> templateOptionsProvider, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeTerminated, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeSuspended, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, RunScriptOnNode.Factory runScriptOnNodeFactory, InitAdminAccess initAdminAccess, PersistNodeCredentials persistNodeCredentials, ComputeServiceConstants.Timeouts timeouts, ExecutorService executor, EC2Client ec2Client, ConcurrentMap<RegionAndName,KeyPair> credentialsMap, com.google.common.cache.LoadingCache<RegionAndName,String> securityGroupMap, com.google.common.base.Optional<ImageExtension> imageExtension, GroupNamingConvention.Factory namingConvention)
           
 

Uses of EC2Client in org.jclouds.ec2.compute.extensions
 

Constructors in org.jclouds.ec2.compute.extensions with parameters of type EC2Client
EC2ImageExtension(EC2Client ec2Client, ExecutorService userThreads, PredicateWithResult<String,Image> imageReadyPredicate)
           
 

Uses of EC2Client in org.jclouds.ec2.compute.functions
 

Fields in org.jclouds.ec2.compute.functions declared as EC2Client
protected  EC2Client CreateUniqueKeyPair.ec2Client
           
 

Constructors in org.jclouds.ec2.compute.functions with parameters of type EC2Client
CreateUniqueKeyPair(EC2Client ec2Client, GroupNamingConvention.Factory namingConvention)
           
 

Uses of EC2Client in org.jclouds.ec2.compute.loaders
 

Constructors in org.jclouds.ec2.compute.loaders with parameters of type EC2Client
CreateSecurityGroupIfNeeded(EC2Client ec2Client, com.google.common.base.Predicate<RegionAndName> securityGroupEventualConsistencyDelay)
           
LoadPublicIpForInstanceOrNull(EC2Client client)
           
RegionAndIdToImage(EC2ImageParser parser, EC2Client sync)
           
 

Uses of EC2Client in org.jclouds.ec2.compute.predicates
 

Constructors in org.jclouds.ec2.compute.predicates with parameters of type EC2Client
GetImageWhenStatusAvailablePredicateWithResult(EC2Client ec2Client, EC2ImageParser ec2ImageToImage)
           
InstancePresent(EC2Client client)
           
SecurityGroupPresent(EC2Client client)
           
 

Uses of EC2Client in org.jclouds.ec2.compute.strategy
 

Fields in org.jclouds.ec2.compute.strategy declared as EC2Client
protected  EC2Client EC2DestroyNodeStrategy.client
           
 

Constructors in org.jclouds.ec2.compute.strategy with parameters of type EC2Client
EC2CreateNodesInGroupThenAddToSet(EC2Client client, com.google.common.cache.LoadingCache<RegionAndName,String> elasticIpCache, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning, javax.inject.Provider<TemplateBuilder> templateBuilderProvider, CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions createKeyPairAndSecurityGroupsAsNeededAndReturncustomize, InstancePresent instancePresent, com.google.common.base.Function<RunningInstance,NodeMetadata> runningInstanceToNodeMetadata, com.google.common.cache.LoadingCache<RunningInstance,Credentials> instanceToCredentials, Map<String,Credentials> credentialStore, ComputeUtils utils)
           
EC2DestroyNodeStrategy(EC2Client client, GetNodeMetadataStrategy getNode, com.google.common.cache.LoadingCache<RegionAndName,String> elasticIpCache)
           
EC2GetImageStrategy(EC2Client client, com.google.common.base.Function<Image,Image> imageToImage)
           
EC2GetNodeMetadataStrategy(EC2Client client, com.google.common.base.Function<RunningInstance,NodeMetadata> runningInstanceToNodeMetadata)
           
EC2RebootNodeStrategy(EC2Client client, GetNodeMetadataStrategy getNode)
           
EC2ResumeNodeStrategy(EC2Client client, GetNodeMetadataStrategy getNode)
           
EC2SuspendNodeStrategy(EC2Client client, GetNodeMetadataStrategy getNode)
           
 

Uses of EC2Client in org.jclouds.ec2.config
 

Classes in org.jclouds.ec2.config with type parameters of type EC2Client
 class EC2RestClientModule<S extends EC2Client,A extends EC2AsyncClient>
          Configures the EC2 connection.
 

Uses of EC2Client in org.jclouds.ec2.predicates
 

Constructors in org.jclouds.ec2.predicates with parameters of type EC2Client
InstanceHasIpAddress(EC2Client client)
           
InstanceStateRunning(EC2Client client)
           
InstanceStateTerminated(EC2Client client)
           
 

Uses of EC2Client in org.jclouds.ec2.suppliers
 

Constructors in org.jclouds.ec2.suppliers with parameters of type EC2Client
DescribeAvailabilityZonesInRegion(EC2Client client, com.google.common.base.Supplier<Set<String>> regions)
           
DescribeRegionsForRegionURIs(EC2Client client)
           
 

Uses of EC2Client in org.jclouds.openstack.nova.ec2
 

Subinterfaces of EC2Client in org.jclouds.openstack.nova.ec2
 interface NovaEC2Client
          Provides synchronous access to EC2 services.
 

Uses of EC2Client in org.jclouds.openstack.nova.ec2.loaders
 

Constructors in org.jclouds.openstack.nova.ec2.loaders with parameters of type EC2Client
NovaCreateSecurityGroupIfNeeded(EC2Client ec2Client, com.google.common.base.Predicate<RegionAndName> securityGroupEventualConsistencyDelay)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.