| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static SnapshotState |
SnapshotState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SnapshotState |
SnapshotInfo.state()
Current state of the snapshot.
|
SnapshotState |
Snapshot.state()
The snapshot state.
|
SnapshotState |
CreateSnapshotResponse.state()
The snapshot state.
|
static SnapshotState |
SnapshotState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SnapshotState[] |
SnapshotState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<SnapshotState> |
SnapshotState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
SnapshotInfo.Builder |
SnapshotInfo.Builder.state(SnapshotState state)
Current state of the snapshot.
|
Snapshot.Builder |
Snapshot.Builder.state(SnapshotState state)
The snapshot state.
|
CreateSnapshotResponse.Builder |
CreateSnapshotResponse.Builder.state(SnapshotState state)
The snapshot state.
|
Copyright © 2020. All rights reserved.