Uses of Enum
com.amazonaws.services.ec2.model.PlacementStrategy
Packages that use PlacementStrategy
-
Uses of PlacementStrategy in com.amazonaws.services.ec2.model
Subclasses with type arguments of type PlacementStrategy in com.amazonaws.services.ec2.modelMethods in com.amazonaws.services.ec2.model that return PlacementStrategyModifier and TypeMethodDescriptionstatic PlacementStrategyUse this in place of valueOf.static PlacementStrategyReturns 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 TypeMethodDescriptionvoidCreatePlacementGroupRequest.setStrategy(PlacementStrategy strategy) The placement strategy.voidPlacementGroup.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.