| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
InstanceState |
InstanceStateChange.currentState()
The current state of the instance.
|
InstanceState |
InstanceStatus.instanceState()
The intended state of the instance.
|
InstanceState |
InstanceStateChange.previousState()
The previous state of the instance.
|
InstanceState |
Instance.state()
The current state of the instance.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceStateChange.Builder |
InstanceStateChange.Builder.currentState(InstanceState currentState)
The current state of the instance.
|
InstanceStatus.Builder |
InstanceStatus.Builder.instanceState(InstanceState instanceState)
The intended state of the instance.
|
InstanceStateChange.Builder |
InstanceStateChange.Builder.previousState(InstanceState previousState)
The previous state of the instance.
|
Instance.Builder |
Instance.Builder.state(InstanceState state)
The current state of the instance.
|
Copyright © 2023. All rights reserved.