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