Uses of Class
com.amazonaws.services.elasticsearch.model.EBSOptions
Packages that use EBSOptions
-
Uses of EBSOptions in com.amazonaws.services.elasticsearch.model
Methods in com.amazonaws.services.elasticsearch.model that return EBSOptionsModifier and TypeMethodDescriptionEBSOptions.clone()
CreateElasticsearchDomainRequest.getEBSOptions()
Options to enable, disable and specify the type and size of EBS storage volumes.ElasticsearchDomainStatus.getEBSOptions()
TheEBSOptions
for the specified domain.UpdateElasticsearchDomainConfigRequest.getEBSOptions()
Specify the type and size of the EBS volume that you want to use.EBSOptionsStatus.getOptions()
Specifies the EBS options for the specified Elasticsearch domain.EBSOptions.withEBSEnabled
(Boolean eBSEnabled) Specifies whether EBS-based storage is enabled.Specifies the IOPD for a Provisioned IOPS EBS volume (SSD).EBSOptions.withVolumeSize
(Integer volumeSize) Integer to specify the size of an EBS volume.EBSOptions.withVolumeType
(VolumeType volumeType) Specifies the volume type for EBS-based storage.EBSOptions.withVolumeType
(String volumeType) Specifies the volume type for EBS-based storage.Methods in com.amazonaws.services.elasticsearch.model with parameters of type EBSOptionsModifier and TypeMethodDescriptionvoid
CreateElasticsearchDomainRequest.setEBSOptions
(EBSOptions eBSOptions) Options to enable, disable and specify the type and size of EBS storage volumes.void
ElasticsearchDomainStatus.setEBSOptions
(EBSOptions eBSOptions) TheEBSOptions
for the specified domain.void
UpdateElasticsearchDomainConfigRequest.setEBSOptions
(EBSOptions eBSOptions) Specify the type and size of the EBS volume that you want to use.void
EBSOptionsStatus.setOptions
(EBSOptions options) Specifies the EBS options for the specified Elasticsearch domain.CreateElasticsearchDomainRequest.withEBSOptions
(EBSOptions eBSOptions) Options to enable, disable and specify the type and size of EBS storage volumes.ElasticsearchDomainStatus.withEBSOptions
(EBSOptions eBSOptions) TheEBSOptions
for the specified domain.UpdateElasticsearchDomainConfigRequest.withEBSOptions
(EBSOptions eBSOptions) Specify the type and size of the EBS volume that you want to use.EBSOptionsStatus.withOptions
(EBSOptions options) Specifies the EBS options for the specified Elasticsearch domain.