Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
OnDemandOptionsRequest |
OnDemandOptionsRequest.clone() |
OnDemandOptionsRequest |
CreateFleetRequest.getOnDemandOptions()
Describes the configuration of On-Demand Instances in an EC2 Fleet.
|
OnDemandOptionsRequest |
OnDemandOptionsRequest.withAllocationStrategy(FleetOnDemandAllocationStrategy allocationStrategy)
The strategy that determines the order of the launch template overrides to use in fulfilling On-Demand capacity.
|
OnDemandOptionsRequest |
OnDemandOptionsRequest.withAllocationStrategy(String allocationStrategy)
The strategy that determines the order of the launch template overrides to use in fulfilling On-Demand capacity.
|
OnDemandOptionsRequest |
OnDemandOptionsRequest.withCapacityReservationOptions(CapacityReservationOptionsRequest capacityReservationOptions)
The strategy for using unused Capacity Reservations for fulfilling On-Demand capacity.
|
OnDemandOptionsRequest |
OnDemandOptionsRequest.withMaxTotalPrice(String maxTotalPrice)
The maximum amount per hour for On-Demand Instances that you're willing to pay.
|
OnDemandOptionsRequest |
OnDemandOptionsRequest.withMinTargetCapacity(Integer minTargetCapacity)
The minimum target capacity for On-Demand Instances in the fleet.
|
OnDemandOptionsRequest |
OnDemandOptionsRequest.withSingleAvailabilityZone(Boolean singleAvailabilityZone)
Indicates that the fleet launches all On-Demand Instances into a single Availability Zone.
|
OnDemandOptionsRequest |
OnDemandOptionsRequest.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 |
CreateFleetRequest.setOnDemandOptions(OnDemandOptionsRequest onDemandOptions)
Describes the configuration of On-Demand Instances in an EC2 Fleet.
|
CreateFleetRequest |
CreateFleetRequest.withOnDemandOptions(OnDemandOptionsRequest onDemandOptions)
Describes the configuration of On-Demand Instances in an EC2 Fleet.
|
Copyright © 2023. All rights reserved.