Uses of Class
software.amazon.awssdk.services.opensearch.model.VolumeType
-
Packages that use VolumeType Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of VolumeType in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return VolumeType Modifier and Type Method Description static VolumeTypeVolumeType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.VolumeTypeDomainNodesStatus. storageVolumeType()If the nodes has EBS storage, indicates if the volume type is gp2 or gp3.static VolumeTypeVolumeType. 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.VolumeTypeEBSOptions. volumeType()Specifies the type of EBS volumes attached to data nodes.Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type VolumeType Modifier and Type Method Description static Set<VolumeType>VolumeType. knownValues()Methods in software.amazon.awssdk.services.opensearch.model with parameters of type VolumeType Modifier and Type Method Description DomainNodesStatus.BuilderDomainNodesStatus.Builder. storageVolumeType(VolumeType storageVolumeType)If the nodes has EBS storage, indicates if the volume type is gp2 or gp3.EBSOptions.BuilderEBSOptions.Builder. volumeType(VolumeType volumeType)Specifies the type of EBS volumes attached to data nodes.
-