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