Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
static FleetOnDemandAllocationStrategy |
FleetOnDemandAllocationStrategy.fromValue(String value)
Use this in place of valueOf.
|
static FleetOnDemandAllocationStrategy |
FleetOnDemandAllocationStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FleetOnDemandAllocationStrategy[] |
FleetOnDemandAllocationStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OnDemandOptionsRequest |
OnDemandOptionsRequest.withAllocationStrategy(FleetOnDemandAllocationStrategy allocationStrategy)
The strategy that determines the order of the launch template overrides to use in fulfilling On-Demand capacity.
|
OnDemandOptions |
OnDemandOptions.withAllocationStrategy(FleetOnDemandAllocationStrategy allocationStrategy)
The strategy that determines the order of the launch template overrides to use in fulfilling On-Demand capacity.
|
Copyright © 2023. All rights reserved.