Uses of Enum
com.amazonaws.services.ec2.model.PlacementStrategy
Packages that use PlacementStrategy
-
Uses of PlacementStrategy in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return PlacementStrategyModifier and TypeMethodDescriptionstatic PlacementStrategy
Use this in place of valueOf.static PlacementStrategy
Returns the enum constant of this type with the specified name.static PlacementStrategy[]
PlacementStrategy.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.ec2.model with parameters of type PlacementStrategyModifier and TypeMethodDescriptionvoid
CreatePlacementGroupRequest.setStrategy
(PlacementStrategy strategy) The placement strategy.void
PlacementGroup.setStrategy
(PlacementStrategy strategy) The placement strategy.CreatePlacementGroupRequest.withStrategy
(PlacementStrategy strategy) The placement strategy.PlacementGroup.withStrategy
(PlacementStrategy strategy) The placement strategy.Constructors in com.amazonaws.services.ec2.model with parameters of type PlacementStrategyModifierConstructorDescriptionCreatePlacementGroupRequest
(String groupName, PlacementStrategy strategy) Constructs a new CreatePlacementGroupRequest object.