| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static SpotInstanceType |
SpotInstanceType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SpotInstanceType |
LaunchTemplateSpotMarketOptionsRequest.spotInstanceType()
The Spot Instance request type.
|
SpotInstanceType |
SpotMarketOptions.spotInstanceType()
The Spot Instance request type.
|
SpotInstanceType |
LaunchTemplateSpotMarketOptions.spotInstanceType()
The Spot Instance request type.
|
SpotInstanceType |
SpotInstanceRequest.type()
The Spot Instance request type.
|
SpotInstanceType |
RequestSpotInstancesRequest.type()
The Spot Instance request type.
|
static SpotInstanceType |
SpotInstanceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpotInstanceType[] |
SpotInstanceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<SpotInstanceType> |
SpotInstanceType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
LaunchTemplateSpotMarketOptionsRequest.Builder |
LaunchTemplateSpotMarketOptionsRequest.Builder.spotInstanceType(SpotInstanceType spotInstanceType)
The Spot Instance request type.
|
SpotMarketOptions.Builder |
SpotMarketOptions.Builder.spotInstanceType(SpotInstanceType spotInstanceType)
The Spot Instance request type.
|
LaunchTemplateSpotMarketOptions.Builder |
LaunchTemplateSpotMarketOptions.Builder.spotInstanceType(SpotInstanceType spotInstanceType)
The Spot Instance request type.
|
SpotInstanceRequest.Builder |
SpotInstanceRequest.Builder.type(SpotInstanceType type)
The Spot Instance request type.
|
RequestSpotInstancesRequest.Builder |
RequestSpotInstancesRequest.Builder.type(SpotInstanceType type)
The Spot Instance request type.
|
Copyright © 2023. All rights reserved.