| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static FastSnapshotRestoreStateCode |
FastSnapshotRestoreStateCode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
FastSnapshotRestoreStateCode |
DescribeFastSnapshotRestoreSuccessItem.state()
The state of fast snapshot restores.
|
FastSnapshotRestoreStateCode |
EnableFastSnapshotRestoreSuccessItem.state()
The state of fast snapshot restores.
|
FastSnapshotRestoreStateCode |
DisableFastSnapshotRestoreSuccessItem.state()
The state of fast snapshot restores for the snapshot.
|
static FastSnapshotRestoreStateCode |
FastSnapshotRestoreStateCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FastSnapshotRestoreStateCode[] |
FastSnapshotRestoreStateCode.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<FastSnapshotRestoreStateCode> |
FastSnapshotRestoreStateCode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeFastSnapshotRestoreSuccessItem.Builder |
DescribeFastSnapshotRestoreSuccessItem.Builder.state(FastSnapshotRestoreStateCode state)
The state of fast snapshot restores.
|
EnableFastSnapshotRestoreSuccessItem.Builder |
EnableFastSnapshotRestoreSuccessItem.Builder.state(FastSnapshotRestoreStateCode state)
The state of fast snapshot restores.
|
DisableFastSnapshotRestoreSuccessItem.Builder |
DisableFastSnapshotRestoreSuccessItem.Builder.state(FastSnapshotRestoreStateCode state)
The state of fast snapshot restores for the snapshot.
|
Copyright © 2020. All rights reserved.