| Package | Description |
|---|---|
| software.amazon.awssdk.services.emr.model |
| Modifier and Type | Method and Description |
|---|---|
static InstanceGroupType |
InstanceGroupType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
InstanceGroupType |
InstanceGroup.instanceGroupType()
The type of the instance group.
|
static InstanceGroupType |
InstanceGroupType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstanceGroupType[] |
InstanceGroupType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<InstanceGroupType> |
ListInstancesRequest.instanceGroupTypes()
The type of instance group for which to list the instances.
|
static Set<InstanceGroupType> |
InstanceGroupType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
InstanceGroup.Builder |
InstanceGroup.Builder.instanceGroupType(InstanceGroupType instanceGroupType)
The type of the instance group.
|
ListInstancesRequest.Builder |
ListInstancesRequest.Builder.instanceGroupTypes(InstanceGroupType... instanceGroupTypes)
The type of instance group for which to list the instances.
|
| Modifier and Type | Method and Description |
|---|---|
ListInstancesRequest.Builder |
ListInstancesRequest.Builder.instanceGroupTypes(Collection<InstanceGroupType> instanceGroupTypes)
The type of instance group for which to list the instances.
|
Copyright © 2022. All rights reserved.