Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
SpotMarketOptions |
SpotMarketOptions.clone() |
SpotMarketOptions |
InstanceMarketOptionsRequest.getSpotOptions()
The options for Spot Instances.
|
SpotMarketOptions |
SpotMarketOptions.withBlockDurationMinutes(Integer blockDurationMinutes)
The required duration for the Spot Instances (also known as Spot blocks), in minutes.
|
SpotMarketOptions |
SpotMarketOptions.withInstanceInterruptionBehavior(InstanceInterruptionBehavior instanceInterruptionBehavior)
The behavior when a Spot Instance is interrupted.
|
SpotMarketOptions |
SpotMarketOptions.withInstanceInterruptionBehavior(String instanceInterruptionBehavior)
The behavior when a Spot Instance is interrupted.
|
SpotMarketOptions |
SpotMarketOptions.withMaxPrice(String maxPrice)
The maximum hourly price you're willing to pay for the Spot Instances.
|
SpotMarketOptions |
SpotMarketOptions.withSpotInstanceType(SpotInstanceType spotInstanceType)
The Spot Instance request type.
|
SpotMarketOptions |
SpotMarketOptions.withSpotInstanceType(String spotInstanceType)
The Spot Instance request type.
|
SpotMarketOptions |
SpotMarketOptions.withValidUntil(Date validUntil)
The end date of the request, in UTC format (YYYY-MM-DDTHH:MM:SSZ).
|
Modifier and Type | Method and Description |
---|---|
void |
InstanceMarketOptionsRequest.setSpotOptions(SpotMarketOptions spotOptions)
The options for Spot Instances.
|
InstanceMarketOptionsRequest |
InstanceMarketOptionsRequest.withSpotOptions(SpotMarketOptions spotOptions)
The options for Spot Instances.
|
Copyright © 2020. All rights reserved.