Uses of Enum
software.amazon.awssdk.services.ec2.model.AutoPlacement
Packages that use AutoPlacement
-
Uses of AutoPlacement in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AutoPlacementModifier and TypeMethodDescriptionfinal 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.final AutoPlacementHost.autoPlacement()Whether auto-placement is on or off.final AutoPlacementModifyHostsRequest.autoPlacement()Specify whether to enable or disable auto-placement.static AutoPlacementUse this in place of valueOf to convert the raw string returned by the service into the enum value.static AutoPlacementReturns 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 AutoPlacementMethods in software.amazon.awssdk.services.ec2.model with parameters of type AutoPlacementModifier and TypeMethodDescriptionAllocateHostsRequest.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.Builder.autoPlacement(AutoPlacement autoPlacement) Whether auto-placement is on or off.ModifyHostsRequest.Builder.autoPlacement(AutoPlacement autoPlacement) Specify whether to enable or disable auto-placement.