| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static MarketType |
MarketType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
MarketType |
LaunchTemplateInstanceMarketOptions.marketType()
The market type.
|
MarketType |
LaunchTemplateInstanceMarketOptionsRequest.marketType()
The market type.
|
MarketType |
InstanceMarketOptionsRequest.marketType()
The market type.
|
static MarketType |
MarketType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MarketType[] |
MarketType.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<MarketType> |
MarketType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
LaunchTemplateInstanceMarketOptions.Builder |
LaunchTemplateInstanceMarketOptions.Builder.marketType(MarketType marketType)
The market type.
|
LaunchTemplateInstanceMarketOptionsRequest.Builder |
LaunchTemplateInstanceMarketOptionsRequest.Builder.marketType(MarketType marketType)
The market type.
|
InstanceMarketOptionsRequest.Builder |
InstanceMarketOptionsRequest.Builder.marketType(MarketType marketType)
The market type.
|
Copyright © 2019. All rights reserved.