Uses of Class
org.jclouds.aws.ec2.domain.PlacementGroup
-
-
Uses of PlacementGroup in org.jclouds.aws.ec2.compute.config
Methods in org.jclouds.aws.ec2.compute.config that return types with arguments of type PlacementGroup Modifier and Type Method Description protected com.google.common.base.Predicate<PlacementGroup>
AWSEC2ComputeServiceDependenciesModule. placementGroupAvailable(PlacementGroupAvailable available)
protected com.google.common.base.Predicate<PlacementGroup>
AWSEC2ComputeServiceDependenciesModule. placementGroupDeleted(PlacementGroupDeleted deleted)
-
Uses of PlacementGroup in org.jclouds.aws.ec2.domain
Methods in org.jclouds.aws.ec2.domain with parameters of type PlacementGroup Modifier and Type Method Description int
PlacementGroup. compareTo(PlacementGroup o)
-
Uses of PlacementGroup in org.jclouds.aws.ec2.features
Methods in org.jclouds.aws.ec2.features that return types with arguments of type PlacementGroup Modifier and Type Method Description Set<PlacementGroup>
PlacementGroupApi. describePlacementGroupsInRegion(String region, String... placementGroupIds)
Returns information about one or more placement groups in your account.Set<PlacementGroup>
PlacementGroupApi. describePlacementGroupsInRegionWithFilter(String region, com.google.common.collect.Multimap<String,String> filter)
Returns information about one or more placement groups in your account. -
Uses of PlacementGroup in org.jclouds.aws.ec2.functions
Fields in org.jclouds.aws.ec2.functions with type parameters of type PlacementGroup Modifier and Type Field Description protected com.google.common.base.Predicate<PlacementGroup>
CreatePlacementGroupIfNeeded. placementGroupAvailable
Constructor parameters in org.jclouds.aws.ec2.functions with type arguments of type PlacementGroup Constructor Description CreatePlacementGroupIfNeeded(AWSEC2Api ec2Api, com.google.common.base.Predicate<PlacementGroup> placementGroupAvailable)
-
Uses of PlacementGroup in org.jclouds.aws.ec2.predicates
Methods in org.jclouds.aws.ec2.predicates with parameters of type PlacementGroup Modifier and Type Method Description boolean
PlacementGroupAvailable. apply(PlacementGroup group)
boolean
PlacementGroupDeleted. apply(PlacementGroup group)
-
Uses of PlacementGroup in org.jclouds.aws.ec2.xml
Methods in org.jclouds.aws.ec2.xml that return PlacementGroup Modifier and Type Method Description PlacementGroup
PlacementGroupHandler. getResult()
Methods in org.jclouds.aws.ec2.xml that return types with arguments of type PlacementGroup Modifier and Type Method Description Set<PlacementGroup>
DescribePlacementGroupsResponseHandler. getResult()
ParseSax.HandlerWithResult<Set<PlacementGroup>>
DescribePlacementGroupsResponseHandler. setContext(HttpRequest request)
-