|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
Uses of AWSEC2Client in org.jclouds.aws.ec2.functions |
---|
Fields in org.jclouds.aws.ec2.functions declared as AWSEC2Client | |
---|---|
protected AWSEC2Client |
CreatePlacementGroupIfNeeded.ec2Client
|
protected AWSEC2Client |
ImportOrReturnExistingKeypair.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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |