Package | Description |
---|---|
org.mule.modules.ec2.model |
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.
|
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.
|
Copyright © 2010–2020. All rights reserved.