| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
OnDemandOptionsRequest.Builder |
OnDemandOptionsRequest.Builder.allocationStrategy(FleetOnDemandAllocationStrategy allocationStrategy)
The order of the launch template overrides to use in fulfilling On-Demand capacity.
|
OnDemandOptionsRequest.Builder |
OnDemandOptionsRequest.Builder.allocationStrategy(String allocationStrategy)
The order of the launch template overrides to use in fulfilling On-Demand capacity.
|
static OnDemandOptionsRequest.Builder |
OnDemandOptionsRequest.builder() |
OnDemandOptionsRequest.Builder |
OnDemandOptionsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends OnDemandOptionsRequest.Builder> |
OnDemandOptionsRequest.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateFleetRequest.Builder |
CreateFleetRequest.Builder.onDemandOptions(Consumer<OnDemandOptionsRequest.Builder> onDemandOptions)
The allocation strategy of On-Demand Instances in an EC2 Fleet.
|
Copyright © 2018. All rights reserved.