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 InstanceState
InstanceState. clone()
InstanceState
InstanceStateChange. getCurrentState()
The current state of the instance.InstanceState
InstanceStatus. getInstanceState()
The intended state of the instance.InstanceState
InstanceStateChange. getPreviousState()
The previous state of the instance.InstanceState
Instance. getState()
The current state of the instance.InstanceState
InstanceState. withCode(Integer code)
The low byte represents the state.InstanceState
InstanceState. withName(InstanceStateName name)
The current state of the instance.InstanceState
InstanceState. 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 void
InstanceStateChange. setCurrentState(InstanceState currentState)
The current state of the instance.void
InstanceStatus. setInstanceState(InstanceState instanceState)
The intended state of the instance.void
InstanceStateChange. setPreviousState(InstanceState previousState)
The previous state of the instance.void
Instance. setState(InstanceState state)
The current state of the instance.InstanceStateChange
InstanceStateChange. withCurrentState(InstanceState currentState)
The current state of the instance.InstanceStatus
InstanceStatus. withInstanceState(InstanceState instanceState)
The intended state of the instance.InstanceStateChange
InstanceStateChange. withPreviousState(InstanceState previousState)
The previous state of the instance.Instance
Instance. withState(InstanceState state)
The current state of the instance.
-