Uses of Enum
com.amazonaws.services.elasticsearch.model.VolumeType
Packages that use VolumeType
-
Uses of VolumeType in com.amazonaws.services.elasticsearch.model
Subclasses with type arguments of type VolumeType in com.amazonaws.services.elasticsearch.modelMethods in com.amazonaws.services.elasticsearch.model that return VolumeTypeModifier and TypeMethodDescriptionstatic VolumeTypeUse this in place of valueOf.static VolumeTypeReturns 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 VolumeTypeModifier and TypeMethodDescriptionvoidEBSOptions.setVolumeType(VolumeType volumeType) Specifies the volume type for EBS-based storage.EBSOptions.withVolumeType(VolumeType volumeType) Specifies the volume type for EBS-based storage.