| Package | Description |
|---|---|
| software.amazon.awssdk.services.emr.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 |
InstanceGroup.market()
The marketplace to provision instances for this group.
|
MarketType |
InstanceGroupConfig.market()
Market type of the EC2 instances used to create a cluster node.
|
MarketType |
ScalingAction.market()
Not available for instance groups.
|
MarketType |
Instance.market()
The instance purchasing option.
|
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 |
|---|---|
InstanceGroup.Builder |
InstanceGroup.Builder.market(MarketType market)
The marketplace to provision instances for this group.
|
InstanceGroupConfig.Builder |
InstanceGroupConfig.Builder.market(MarketType market)
Market type of the EC2 instances used to create a cluster node.
|
ScalingAction.Builder |
ScalingAction.Builder.market(MarketType market)
Not available for instance groups.
|
Instance.Builder |
Instance.Builder.market(MarketType market)
The instance purchasing option.
|
Copyright © 2022. All rights reserved.