Uses of Class
com.amazonaws.services.elasticmapreduce.model.InstanceStatus

Packages that use InstanceStatus
com.amazonaws.services.elasticmapreduce.model Classes modeling the various types represented by AmazonElasticMapReduce. 
 

Uses of InstanceStatus in com.amazonaws.services.elasticmapreduce.model
 

Methods in com.amazonaws.services.elasticmapreduce.model that return InstanceStatus
 InstanceStatus Instance.getStatus()
          The current status of the instance.
 InstanceStatus InstanceStatus.withState(InstanceState state)
          The current state of the instance.
 InstanceStatus InstanceStatus.withState(String state)
          The current state of the instance.
 InstanceStatus InstanceStatus.withStateChangeReason(InstanceStateChangeReason stateChangeReason)
          The details of the status change reason for the instance.
 InstanceStatus InstanceStatus.withTimeline(InstanceTimeline timeline)
          The timeline of the instance status over time.
 

Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type InstanceStatus
 void Instance.setStatus(InstanceStatus status)
          The current status of the instance.
 Instance Instance.withStatus(InstanceStatus status)
          The current status of the instance.
 



Copyright © 2016. All rights reserved.