|
||||||||||
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 specified instance. |
InstanceState |
InstanceStateChange.getPreviousState()
The previous state of the specified instance. |
InstanceState |
Instance.getState()
The current state of the instance. |
InstanceState |
InstanceState.withCode(Integer code)
A 16-bit unsigned integer. |
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 specified instance. |
void |
InstanceStateChange.setPreviousState(InstanceState previousState)
The previous state of the specified instance. |
void |
Instance.setState(InstanceState state)
The current state of the instance. |
InstanceStateChange |
InstanceStateChange.withCurrentState(InstanceState currentState)
The current state of the specified instance. |
InstanceStateChange |
InstanceStateChange.withPreviousState(InstanceState previousState)
The previous state of the specified instance. |
Instance |
Instance.withState(InstanceState state)
The current state of the instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |