Uses of Class
software.amazon.awssdk.services.ec2.model.AutoPlacement
-
Packages that use AutoPlacement Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of AutoPlacement in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AutoPlacement Modifier and Type Method Description AutoPlacementAllocateHostsRequest. autoPlacement()Indicates whether the host accepts any untargeted instance launches that match its instance type configuration, or if it only accepts Host tenancy instance launches that specify its unique host ID.AutoPlacementHost. autoPlacement()Whether auto-placement is on or off.AutoPlacementModifyHostsRequest. autoPlacement()Specify whether to enable or disable auto-placement.static AutoPlacementAutoPlacement. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.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 software.amazon.awssdk.services.ec2.model that return types with arguments of type AutoPlacement Modifier and Type Method Description static Set<AutoPlacement>AutoPlacement. knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type AutoPlacement Modifier and Type Method Description AllocateHostsRequest.BuilderAllocateHostsRequest.Builder. autoPlacement(AutoPlacement autoPlacement)Indicates whether the host accepts any untargeted instance launches that match its instance type configuration, or if it only accepts Host tenancy instance launches that specify its unique host ID.Host.BuilderHost.Builder. autoPlacement(AutoPlacement autoPlacement)Whether auto-placement is on or off.ModifyHostsRequest.BuilderModifyHostsRequest.Builder. autoPlacement(AutoPlacement autoPlacement)Specify whether to enable or disable auto-placement.
-