Uses of Class
com.amazonaws.services.ec2.model.PlacementGroup
Packages that use PlacementGroup
-
Uses of PlacementGroup in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return PlacementGroupModifier and TypeMethodDescriptionPlacementGroup.clone()
PlacementGroup.withGroupName
(String groupName) The name of the placement group.PlacementGroup.withState
(PlacementGroupState state) The state of the placement group.The state of the placement group.PlacementGroup.withStrategy
(PlacementStrategy strategy) The placement strategy.PlacementGroup.withStrategy
(String strategy) The placement strategy.Methods in com.amazonaws.services.ec2.model that return types with arguments of type PlacementGroupModifier and TypeMethodDescriptionDescribePlacementGroupsResult.getPlacementGroups()
One or more placement groups.Methods in com.amazonaws.services.ec2.model with parameters of type PlacementGroupModifier and TypeMethodDescriptionDescribePlacementGroupsResult.withPlacementGroups
(PlacementGroup... placementGroups) One or more placement groups.Method parameters in com.amazonaws.services.ec2.model with type arguments of type PlacementGroupModifier and TypeMethodDescriptionvoid
DescribePlacementGroupsResult.setPlacementGroups
(Collection<PlacementGroup> placementGroups) One or more placement groups.DescribePlacementGroupsResult.withPlacementGroups
(Collection<PlacementGroup> placementGroups) One or more placement groups.