Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Classes modeling the various types represented by AmazonElasticMapReduce.
|
Modifier and Type | Method and Description |
---|---|
InstanceStateChangeReason |
InstanceStatus.getStateChangeReason()
The details of the status change reason for the instance.
|
InstanceStateChangeReason |
InstanceStateChangeReason.withCode(InstanceStateChangeReasonCode code)
The programmable code for the state change reason.
|
InstanceStateChangeReason |
InstanceStateChangeReason.withCode(String code)
The programmable code for the state change reason.
|
InstanceStateChangeReason |
InstanceStateChangeReason.withMessage(String message)
The status change reason description.
|
Modifier and Type | Method and Description |
---|---|
void |
InstanceStatus.setStateChangeReason(InstanceStateChangeReason stateChangeReason)
The details of the status change reason for the instance.
|
InstanceStatus |
InstanceStatus.withStateChangeReason(InstanceStateChangeReason stateChangeReason)
The details of the status change reason for the instance.
|
Copyright © 2014. All rights reserved.