Uses of Class
com.amazonaws.services.elasticmapreduce.model.InstanceStatus
Packages that use InstanceStatus
-
Uses of InstanceStatus in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return InstanceStatusModifier and TypeMethodDescriptionInstanceStatus.clone()
Instance.getStatus()
The current status of the instance.InstanceStatus.withState
(InstanceState state) The current state of the instance.The current state of the instance.InstanceStatus.withStateChangeReason
(InstanceStateChangeReason stateChangeReason) The details of the status change reason for the instance.InstanceStatus.withTimeline
(InstanceTimeline timeline) The timeline of the instance status over time.Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type InstanceStatusModifier and TypeMethodDescriptionvoid
Instance.setStatus
(InstanceStatus status) The current status of the instance.Instance.withStatus
(InstanceStatus status) The current status of the instance.