| Package | Description |
|---|---|
| software.amazon.awssdk.services.opensearch.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.
|
VolumeType |
DomainNodesStatus.storageVolumeType()
If the nodes has EBS storage, indicates if the volume type is GP2 or GP3.
|
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 type of EBS volumes attached to data nodes.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<VolumeType> |
VolumeType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DomainNodesStatus.Builder |
DomainNodesStatus.Builder.storageVolumeType(VolumeType storageVolumeType)
If the nodes has EBS storage, indicates if the volume type is GP2 or GP3.
|
EBSOptions.Builder |
EBSOptions.Builder.volumeType(VolumeType volumeType)
Specifies the type of EBS volumes attached to data nodes.
|
Copyright © 2023. All rights reserved.