Uses of Class
org.jclouds.aws.ec2.functions.CreatePlacementGroupIfNeeded
- 
Packages that use CreatePlacementGroupIfNeeded Package Description org.jclouds.aws.ec2.compute.config org.jclouds.aws.ec2.compute.strategy  - 
- 
Uses of CreatePlacementGroupIfNeeded in org.jclouds.aws.ec2.compute.config
Methods in org.jclouds.aws.ec2.compute.config with parameters of type CreatePlacementGroupIfNeeded Modifier and Type Method Description protected com.google.common.cache.LoadingCache<RegionAndName,String>AWSEC2ComputeServiceDependenciesModule. placementGroupMap(CreatePlacementGroupIfNeeded in) - 
Uses of CreatePlacementGroupIfNeeded in org.jclouds.aws.ec2.compute.strategy
Constructors in org.jclouds.aws.ec2.compute.strategy with parameters of type CreatePlacementGroupIfNeeded Constructor Description CreateKeyPairPlacementAndSecurityGroupsAsNeededAndReturnRunOptions(com.google.common.base.Function<RegionAndName,KeyPair> makeKeyPair, ConcurrentMap<RegionAndName,KeyPair> credentialsMap, com.google.common.cache.LoadingCache<RegionAndName,String> securityGroupMap, javax.inject.Provider<RunInstancesOptions> optionsProvider, com.google.common.cache.LoadingCache<RegionAndName,String> placementGroupMap, CreatePlacementGroupIfNeeded createPlacementGroupIfNeeded, com.google.common.base.Function<RegionNameAndPublicKeyMaterial,KeyPair> importExistingKeyPair, GroupNamingConvention.Factory namingConvention, AWSEC2Api awsEC2Api) 
 -