Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Classes modeling the various types represented by AmazonElasticMapReduce.
|
Modifier and Type | Method and Description |
---|---|
InstanceGroupTimeline |
InstanceGroupStatus.getTimeline()
The timeline of the instance group status over time.
|
InstanceGroupTimeline |
InstanceGroupTimeline.withCreationDateTime(Date creationDateTime)
The creation date and time of the instance group.
|
InstanceGroupTimeline |
InstanceGroupTimeline.withEndDateTime(Date endDateTime)
The date and time when the instance group terminated.
|
InstanceGroupTimeline |
InstanceGroupTimeline.withReadyDateTime(Date readyDateTime)
The date and time when the instance group became ready to perform
tasks.
|
Modifier and Type | Method and Description |
---|---|
void |
InstanceGroupStatus.setTimeline(InstanceGroupTimeline timeline)
The timeline of the instance group status over time.
|
InstanceGroupStatus |
InstanceGroupStatus.withTimeline(InstanceGroupTimeline timeline)
The timeline of the instance group status over time.
|
Copyright © 2014. All rights reserved.