| Package | Description |
|---|---|
| com.amazonaws.services.elasticmapreduce.model |
| Modifier and Type | Method and Description |
|---|---|
static MarketType |
MarketType.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
void |
InstanceGroupDetail.setMarket(MarketType market)
Market type of the Amazon EC2 instances used to create a cluster node.
|
void |
Instance.setMarket(MarketType market)
The instance purchasing option.
|
void |
InstanceGroup.setMarket(MarketType market)
The marketplace to provision instances for this group.
|
void |
InstanceGroupConfig.setMarket(MarketType market)
Market type of the Amazon EC2 instances used to create a cluster node.
|
void |
ScalingAction.setMarket(MarketType market)
Not available for instance groups.
|
InstanceGroupDetail |
InstanceGroupDetail.withMarket(MarketType market)
Market type of the Amazon EC2 instances used to create a cluster node.
|
Instance |
Instance.withMarket(MarketType market)
The instance purchasing option.
|
InstanceGroup |
InstanceGroup.withMarket(MarketType market)
The marketplace to provision instances for this group.
|
InstanceGroupConfig |
InstanceGroupConfig.withMarket(MarketType market)
Market type of the Amazon EC2 instances used to create a cluster node.
|
ScalingAction |
ScalingAction.withMarket(MarketType market)
Not available for instance groups.
|
Copyright © 2024. All rights reserved.