Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and 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.
|
Copyright © 2015. All rights reserved.