Uses of Class
com.amazonaws.services.ec2.model.InstanceState
Packages that use InstanceState
-
Uses of InstanceState in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return InstanceStateModifier and TypeMethodDescriptionInstanceState.clone()
InstanceStateChange.getCurrentState()
The current state of the instance.InstanceStatus.getInstanceState()
The intended state of the instance.InstanceStateChange.getPreviousState()
The previous state of the instance.Instance.getState()
The current state of the instance.The low byte represents the state.InstanceState.withName
(InstanceStateName name) The current state of the instance.The current state of the instance.Methods in com.amazonaws.services.ec2.model with parameters of type InstanceStateModifier and TypeMethodDescriptionvoid
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.withCurrentState
(InstanceState currentState) The current state of the instance.InstanceStatus.withInstanceState
(InstanceState instanceState) The intended state of the instance.InstanceStateChange.withPreviousState
(InstanceState previousState) The previous state of the instance.Instance.withState
(InstanceState state) The current state of the instance.