Uses of Enum
com.amazonaws.services.ec2.model.AutoPlacement
Packages that use AutoPlacement
-
Uses of AutoPlacement in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return AutoPlacementModifier and TypeMethodDescriptionstatic AutoPlacement
Use this in place of valueOf.static AutoPlacement
Returns the enum constant of this type with the specified name.static AutoPlacement[]
AutoPlacement.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 AutoPlacementModifier and TypeMethodDescriptionvoid
AllocateHostsRequest.setAutoPlacement
(AutoPlacement autoPlacement) This is enabled by default.void
Host.setAutoPlacement
(AutoPlacement autoPlacement) Whether auto-placement is on or off.void
ModifyHostsRequest.setAutoPlacement
(AutoPlacement autoPlacement) Specify whether to enable or disable auto-placement.AllocateHostsRequest.withAutoPlacement
(AutoPlacement autoPlacement) This is enabled by default.Host.withAutoPlacement
(AutoPlacement autoPlacement) Whether auto-placement is on or off.ModifyHostsRequest.withAutoPlacement
(AutoPlacement autoPlacement) Specify whether to enable or disable auto-placement.