| Package | Description |
|---|---|
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
OnDemandOptionsRequest |
OnDemandOptionsRequest.clone() |
OnDemandOptionsRequest |
CreateFleetRequest.getOnDemandOptions()
The allocation strategy of On-Demand Instances in an EC2 Fleet.
|
OnDemandOptionsRequest |
OnDemandOptionsRequest.withAllocationStrategy(FleetOnDemandAllocationStrategy allocationStrategy)
The order of the launch template overrides to use in fulfilling On-Demand capacity.
|
OnDemandOptionsRequest |
OnDemandOptionsRequest.withAllocationStrategy(String allocationStrategy)
The order of the launch template overrides to use in fulfilling On-Demand capacity.
|
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)
The allocation strategy of On-Demand Instances in an EC2 Fleet.
|
CreateFleetRequest |
CreateFleetRequest.withOnDemandOptions(OnDemandOptionsRequest onDemandOptions)
The allocation strategy of On-Demand Instances in an EC2 Fleet.
|
Copyright © 2019. All rights reserved.