Uses of Class
com.amazonaws.services.ec2.model.AutoPlacement
-
Packages that use AutoPlacement Package Description com.amazonaws.services.ec2.model -
-
Uses of AutoPlacement in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return AutoPlacement Modifier and Type Method Description static AutoPlacementAutoPlacement. fromValue(String value)Use this in place of valueOf.static AutoPlacementAutoPlacement. valueOf(String name)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 AutoPlacement Modifier and Type Method Description voidAllocateHostsRequest. setAutoPlacement(AutoPlacement autoPlacement)This is enabled by default.voidHost. setAutoPlacement(AutoPlacement autoPlacement)Whether auto-placement is on or off.voidModifyHostsRequest. setAutoPlacement(AutoPlacement autoPlacement)Specify whether to enable or disable auto-placement.AllocateHostsRequestAllocateHostsRequest. withAutoPlacement(AutoPlacement autoPlacement)This is enabled by default.HostHost. withAutoPlacement(AutoPlacement autoPlacement)Whether auto-placement is on or off.ModifyHostsRequestModifyHostsRequest. withAutoPlacement(AutoPlacement autoPlacement)Specify whether to enable or disable auto-placement.
-