| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticsearch.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 |
EBSOptions.volumeType()
Specifies the volume type for EBS-based storage.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<VolumeType> |
VolumeType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
EBSOptions.Builder |
EBSOptions.Builder.volumeType(VolumeType volumeType)
Specifies the volume type for EBS-based storage.
|
Copyright © 2023. All rights reserved.