Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
OnDemandOptions |
OnDemandOptions.clone() |
OnDemandOptions |
FleetData.getOnDemandOptions()
The allocation strategy of On-Demand Instances in an EC2 Fleet.
|
OnDemandOptions |
OnDemandOptions.withAllocationStrategy(FleetOnDemandAllocationStrategy allocationStrategy)
The order of the launch template overrides to use in fulfilling On-Demand capacity.
|
OnDemandOptions |
OnDemandOptions.withAllocationStrategy(String allocationStrategy)
The order of the launch template overrides to use in fulfilling On-Demand capacity.
|
OnDemandOptions |
OnDemandOptions.withCapacityReservationOptions(CapacityReservationOptions capacityReservationOptions)
The strategy for using unused Capacity Reservations for fulfilling On-Demand capacity.
|
OnDemandOptions |
OnDemandOptions.withMaxTotalPrice(String maxTotalPrice)
The maximum amount per hour for On-Demand Instances that you're willing to pay.
|
OnDemandOptions |
OnDemandOptions.withMinTargetCapacity(Integer minTargetCapacity)
The minimum target capacity for On-Demand Instances in the fleet.
|
OnDemandOptions |
OnDemandOptions.withSingleAvailabilityZone(Boolean singleAvailabilityZone)
Indicates that the fleet launches all On-Demand Instances into a single Availability Zone.
|
OnDemandOptions |
OnDemandOptions.withSingleInstanceType(Boolean singleInstanceType)
Indicates that the fleet uses a single instance type to launch all On-Demand Instances in the fleet.
|
Modifier and Type | Method and Description |
---|---|
void |
FleetData.setOnDemandOptions(OnDemandOptions onDemandOptions)
The allocation strategy of On-Demand Instances in an EC2 Fleet.
|
FleetData |
FleetData.withOnDemandOptions(OnDemandOptions onDemandOptions)
The allocation strategy of On-Demand Instances in an EC2 Fleet.
|
Copyright © 2021. All rights reserved.