Uses of Class
com.amazonaws.services.elasticmapreduce.model.InstanceStatus
-
Packages that use InstanceStatus Package Description com.amazonaws.services.elasticmapreduce.model -
-
Uses of InstanceStatus in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return InstanceStatus Modifier and Type Method Description InstanceStatusInstanceStatus. clone()InstanceStatusInstance. getStatus()The current status of the instance.InstanceStatusInstanceStatus. withState(InstanceState state)The current state of the instance.InstanceStatusInstanceStatus. withState(String state)The current state of the instance.InstanceStatusInstanceStatus. withStateChangeReason(InstanceStateChangeReason stateChangeReason)The details of the status change reason for the instance.InstanceStatusInstanceStatus. withTimeline(InstanceTimeline timeline)The timeline of the instance status over time.Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type InstanceStatus Modifier and Type Method Description voidInstance. setStatus(InstanceStatus status)The current status of the instance.InstanceInstance. withStatus(InstanceStatus status)The current status of the instance.
-