| Package | Description |
|---|---|
| com.amazonaws.services.elasticmapreduce.model |
| Modifier and Type | Method and Description |
|---|---|
static InstanceFleetType |
InstanceFleetType.fromValue(String value)
Use this in place of valueOf.
|
static InstanceFleetType |
InstanceFleetType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstanceFleetType[] |
InstanceFleetType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InstanceFleet.setInstanceFleetType(InstanceFleetType instanceFleetType)
The node type that the instance fleet hosts.
|
void |
InstanceFleetConfig.setInstanceFleetType(InstanceFleetType instanceFleetType)
The node type that the instance fleet hosts.
|
void |
ListInstancesRequest.setInstanceFleetType(InstanceFleetType instanceFleetType)
The node type of the instance fleet.
|
InstanceFleet |
InstanceFleet.withInstanceFleetType(InstanceFleetType instanceFleetType)
The node type that the instance fleet hosts.
|
InstanceFleetConfig |
InstanceFleetConfig.withInstanceFleetType(InstanceFleetType instanceFleetType)
The node type that the instance fleet hosts.
|
ListInstancesRequest |
ListInstancesRequest.withInstanceFleetType(InstanceFleetType instanceFleetType)
The node type of the instance fleet.
|
Copyright © 2023. All rights reserved.