Uses of Class
org.jclouds.aws.ec2.functions.CreatePlacementGroupIfNeeded
Packages that use CreatePlacementGroupIfNeeded
-
Uses of CreatePlacementGroupIfNeeded in org.jclouds.aws.ec2.compute.config
Methods in org.jclouds.aws.ec2.compute.config with parameters of type CreatePlacementGroupIfNeededModifier and TypeMethodDescriptionprotected final 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 CreatePlacementGroupIfNeededModifierConstructorDescriptionCreateKeyPairPlacementAndSecurityGroupsAsNeededAndReturnRunOptions
(com.google.common.base.Function<RegionAndName, KeyPair> makeKeyPair, ConcurrentMap<RegionAndName, KeyPair> credentialsMap, com.google.common.cache.LoadingCache<RegionAndName, String> securityGroupMap, jakarta.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)