| Package | Description |
|---|---|
| software.amazon.awssdk.services.emr.model |
| Modifier and Type | Method and Description |
|---|---|
static InstanceFleetType |
InstanceFleetType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
InstanceFleetType |
InstanceFleetConfig.instanceFleetType()
The node type that the instance fleet hosts.
|
InstanceFleetType |
InstanceFleet.instanceFleetType()
The node type that the instance fleet hosts.
|
InstanceFleetType |
ListInstancesRequest.instanceFleetType()
The node type of the instance fleet.
|
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 |
|---|---|
static Set<InstanceFleetType> |
InstanceFleetType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
InstanceFleetConfig.Builder |
InstanceFleetConfig.Builder.instanceFleetType(InstanceFleetType instanceFleetType)
The node type that the instance fleet hosts.
|
InstanceFleet.Builder |
InstanceFleet.Builder.instanceFleetType(InstanceFleetType instanceFleetType)
The node type that the instance fleet hosts.
|
ListInstancesRequest.Builder |
ListInstancesRequest.Builder.instanceFleetType(InstanceFleetType instanceFleetType)
The node type of the instance fleet.
|
Copyright © 2022. All rights reserved.