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