|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InstanceTimeline | |
---|---|
com.amazonaws.services.elasticmapreduce.model | Classes modeling the various types represented by AmazonElasticMapReduce. |
Uses of InstanceTimeline in com.amazonaws.services.elasticmapreduce.model |
---|
Methods in com.amazonaws.services.elasticmapreduce.model that return InstanceTimeline | |
---|---|
InstanceTimeline |
InstanceStatus.getTimeline()
The timeline of the instance status over time. |
InstanceTimeline |
InstanceTimeline.withCreationDateTime(Date creationDateTime)
The creation date and time of the instance. |
InstanceTimeline |
InstanceTimeline.withEndDateTime(Date endDateTime)
The date and time when the instance was terminated. |
InstanceTimeline |
InstanceTimeline.withReadyDateTime(Date readyDateTime)
The date and time when the instance was ready to perform tasks. |
Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type InstanceTimeline | |
---|---|
void |
InstanceStatus.setTimeline(InstanceTimeline timeline)
The timeline of the instance status over time. |
InstanceStatus |
InstanceStatus.withTimeline(InstanceTimeline timeline)
The timeline of the instance status over time. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |