Uses of Interface
org.jclouds.aws.ec2.AWSEC2Client

Packages that use AWSEC2Client
org.jclouds.aws.ec2.compute   
org.jclouds.aws.ec2.compute.predicates   
org.jclouds.aws.ec2.compute.strategy   
org.jclouds.aws.ec2.functions   
org.jclouds.aws.ec2.predicates   
 

Uses of AWSEC2Client in org.jclouds.aws.ec2.compute
 

Constructors in org.jclouds.aws.ec2.compute with parameters of type AWSEC2Client
AWSEC2ComputeService(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, 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<NodeMetadata> nodeRunning, com.google.common.base.Predicate<NodeMetadata> nodeTerminated, com.google.common.base.Predicate<NodeMetadata> nodeSuspended, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, RunScriptOnNode.Factory runScriptOnNodeFactory, InitAdminAccess initAdminAccess, PersistNodeCredentials persistNodeCredentials, ComputeServiceConstants.Timeouts timeouts, ExecutorService executor, AWSEC2Client ec2Client, ConcurrentMap<RegionAndName,KeyPair> credentialsMap, com.google.common.cache.Cache<RegionAndName,String> securityGroupMap, com.google.common.cache.Cache<RegionAndName,String> placementGroupMap, com.google.common.base.Predicate<PlacementGroup> placementGroupDeleted, boolean generateInstanceNames, AWSEC2AsyncClient aclient)
           
 

Uses of AWSEC2Client in org.jclouds.aws.ec2.compute.predicates
 

Constructors in org.jclouds.aws.ec2.compute.predicates with parameters of type AWSEC2Client
AWSEC2InstancePresent(AWSEC2Client client)
           
 

Uses of AWSEC2Client in org.jclouds.aws.ec2.compute.strategy
 

Fields in org.jclouds.aws.ec2.compute.strategy declared as AWSEC2Client
protected  AWSEC2Client AWSEC2DestroyNodeStrategy.client
           
 

Constructors in org.jclouds.aws.ec2.compute.strategy with parameters of type AWSEC2Client
AWSEC2CreateNodesInGroupThenAddToSet(AWSEC2Client client, AWSEC2AsyncClient aclient, boolean generateInstanceNames, javax.inject.Provider<TemplateBuilder> templateBuilderProvider, CreateKeyPairPlacementAndSecurityGroupsAsNeededAndReturnRunOptions createKeyPairAndSecurityGroupsAsNeededAndReturncustomize, AWSEC2InstancePresent instancePresent, com.google.common.base.Function<RunningInstance,NodeMetadata> runningInstanceToNodeMetadata, com.google.common.cache.Cache<RunningInstance,Credentials> instanceToCredentials, Map<String,Credentials> credentialStore, ComputeUtils utils, SpotInstanceRequestToAWSRunningInstance spotConverter)
           
AWSEC2DestroyNodeStrategy(AWSEC2Client client, GetNodeMetadataStrategy getNode, Map<String,Credentials> credentialStore)
           
AWSEC2GetNodeMetadataStrategy(AWSEC2Client client, com.google.common.base.Function<RunningInstance,NodeMetadata> runningInstanceToNodeMetadata, SpotInstanceRequestToAWSRunningInstance spotConverter)
           
 

Uses of AWSEC2Client in org.jclouds.aws.ec2.functions
 

Fields in org.jclouds.aws.ec2.functions declared as AWSEC2Client
protected  AWSEC2Client ImportOrReturnExistingKeypair.ec2Client
           
protected  AWSEC2Client CreatePlacementGroupIfNeeded.ec2Client
           
 

Constructors in org.jclouds.aws.ec2.functions with parameters of type AWSEC2Client
CreatePlacementGroupIfNeeded(AWSEC2Client ec2Client, com.google.common.base.Predicate<PlacementGroup> placementGroupAvailable)
           
ImportOrReturnExistingKeypair(AWSEC2Client ec2Client)
           
 

Uses of AWSEC2Client in org.jclouds.aws.ec2.predicates
 

Constructors in org.jclouds.aws.ec2.predicates with parameters of type AWSEC2Client
PlacementGroupAvailable(AWSEC2Client client)
           
PlacementGroupDeleted(AWSEC2Client client)
           
SpotInstanceRequestActive(AWSEC2Client client)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.