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