| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
static InstanceSnapshotState |
InstanceSnapshotState.fromValue(String value)
Use this in place of valueOf.
|
static InstanceSnapshotState |
InstanceSnapshotState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstanceSnapshotState[] |
InstanceSnapshotState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InstanceSnapshot.setState(InstanceSnapshotState state)
The state the snapshot is in.
|
InstanceSnapshot |
InstanceSnapshot.withState(InstanceSnapshotState state)
The state the snapshot is in.
|
Copyright © 2025. All rights reserved.