Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Classes modeling the various types represented by AmazonElasticMapReduce.
|
Modifier and Type | Method and Description |
---|---|
static InstanceGroupState |
InstanceGroupState.fromValue(String value)
Use this in place of valueOf.
|
static InstanceGroupState |
InstanceGroupState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstanceGroupState[] |
InstanceGroupState.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.setState(InstanceGroupState state)
State of instance group.
|
void |
InstanceGroupStatus.setState(InstanceGroupState state)
The current state of the instance group.
|
InstanceGroupDetail |
InstanceGroupDetail.withState(InstanceGroupState state)
State of instance group.
|
InstanceGroupStatus |
InstanceGroupStatus.withState(InstanceGroupState state)
The current state of the instance group.
|
Constructor and Description |
---|
InstanceGroupDetail(InstanceRoleType instanceRole,
String instanceType,
Integer instanceRequestCount,
Integer instanceRunningCount,
InstanceGroupState state,
Date creationDateTime)
Constructs a new InstanceGroupDetail object.
|
Copyright © 2014. All rights reserved.