Uses of Class
com.amazonaws.services.elasticsearch.model.VolumeType
-
Packages that use VolumeType Package Description com.amazonaws.services.elasticsearch.model -
-
Uses of VolumeType in com.amazonaws.services.elasticsearch.model
Methods in com.amazonaws.services.elasticsearch.model that return VolumeType Modifier and Type Method Description static VolumeTypeVolumeType. fromValue(String value)Use this in place of valueOf.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.Methods in com.amazonaws.services.elasticsearch.model with parameters of type VolumeType Modifier and Type Method Description voidEBSOptions. setVolumeType(VolumeType volumeType)Specifies the volume type for EBS-based storage.EBSOptionsEBSOptions. withVolumeType(VolumeType volumeType)Specifies the volume type for EBS-based storage.
-