| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
InstanceState |
InstanceState.clone() |
InstanceState |
Instance.getState()
The status code and the state (
running) for the instance. |
InstanceState |
GetInstanceStateResult.getState()
The state of the instance.
|
InstanceState |
InstanceState.withCode(Integer code)
The status code for the instance.
|
InstanceState |
InstanceState.withName(String name)
The state of the instance (
running or pending). |
| Modifier and Type | Method and Description |
|---|---|
void |
Instance.setState(InstanceState state)
The status code and the state (
running) for the instance. |
void |
GetInstanceStateResult.setState(InstanceState state)
The state of the instance.
|
Instance |
Instance.withState(InstanceState state)
The status code and the state (
running) for the instance. |
GetInstanceStateResult |
GetInstanceStateResult.withState(InstanceState state)
The state of the instance.
|
Copyright © 2024. All rights reserved.