Uses of Class
com.amazonaws.services.ec2.model.InstanceState
-
Packages that use InstanceState Package Description com.amazonaws.services.ec2.model -
-
Uses of InstanceState in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return InstanceState Modifier and Type Method Description InstanceStateInstanceState. clone()InstanceStateInstanceStateChange. getCurrentState()The current state of the instance.InstanceStateInstanceStatus. getInstanceState()The intended state of the instance.InstanceStateInstanceStateChange. getPreviousState()The previous state of the instance.InstanceStateInstance. getState()The current state of the instance.InstanceStateInstanceState. withCode(Integer code)The low byte represents the state.InstanceStateInstanceState. withName(InstanceStateName name)The current state of the instance.InstanceStateInstanceState. withName(String name)The current state of the instance.Methods in com.amazonaws.services.ec2.model with parameters of type InstanceState Modifier and Type Method Description voidInstanceStateChange. setCurrentState(InstanceState currentState)The current state of the instance.voidInstanceStatus. setInstanceState(InstanceState instanceState)The intended state of the instance.voidInstanceStateChange. setPreviousState(InstanceState previousState)The previous state of the instance.voidInstance. setState(InstanceState state)The current state of the instance.InstanceStateChangeInstanceStateChange. withCurrentState(InstanceState currentState)The current state of the instance.InstanceStatusInstanceStatus. withInstanceState(InstanceState instanceState)The intended state of the instance.InstanceStateChangeInstanceStateChange. withPreviousState(InstanceState previousState)The previous state of the instance.InstanceInstance. withState(InstanceState state)The current state of the instance.
-