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