|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InstanceState | |
---|---|
com.amazonaws.services.ec2.model | Classes modeling the various types represented by AmazonEC2. |
Uses of InstanceState in com.amazonaws.services.ec2.model |
---|
Methods in com.amazonaws.services.ec2.model that return InstanceState | |
---|---|
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 | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |