| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
static DiskState |
DiskState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
DiskState |
Disk.state()
Describes the status of the disk.
|
static DiskState |
DiskState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiskState[] |
DiskState.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<DiskState> |
DiskState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Disk.Builder |
Disk.Builder.state(DiskState state)
Describes the status of the disk.
|
Copyright © 2023. All rights reserved.