Uses of Class
com.amazonaws.services.elasticsearch.model.EBSOptions
-
Packages that use EBSOptions Package Description com.amazonaws.services.elasticsearch.model -
-
Uses of EBSOptions in com.amazonaws.services.elasticsearch.model
Methods in com.amazonaws.services.elasticsearch.model that return EBSOptions Modifier and Type Method Description EBSOptionsEBSOptions. clone()EBSOptionsCreateElasticsearchDomainRequest. getEBSOptions()Options to enable, disable and specify the type and size of EBS storage volumes.EBSOptionsElasticsearchDomainStatus. getEBSOptions()TheEBSOptionsfor the specified domain.EBSOptionsUpdateElasticsearchDomainConfigRequest. getEBSOptions()Specify the type and size of the EBS volume that you want to use.EBSOptionsEBSOptionsStatus. getOptions()Specifies the EBS options for the specified Elasticsearch domain.EBSOptionsEBSOptions. withEBSEnabled(Boolean eBSEnabled)Specifies whether EBS-based storage is enabled.EBSOptionsEBSOptions. withIops(Integer iops)Specifies the IOPD for a Provisioned IOPS EBS volume (SSD).EBSOptionsEBSOptions. withVolumeSize(Integer volumeSize)Integer to specify the size of an EBS volume.EBSOptionsEBSOptions. withVolumeType(VolumeType volumeType)Specifies the volume type for EBS-based storage.EBSOptionsEBSOptions. withVolumeType(String volumeType)Specifies the volume type for EBS-based storage.Methods in com.amazonaws.services.elasticsearch.model with parameters of type EBSOptions Modifier and Type Method Description voidCreateElasticsearchDomainRequest. setEBSOptions(EBSOptions eBSOptions)Options to enable, disable and specify the type and size of EBS storage volumes.voidElasticsearchDomainStatus. setEBSOptions(EBSOptions eBSOptions)TheEBSOptionsfor the specified domain.voidUpdateElasticsearchDomainConfigRequest. setEBSOptions(EBSOptions eBSOptions)Specify the type and size of the EBS volume that you want to use.voidEBSOptionsStatus. setOptions(EBSOptions options)Specifies the EBS options for the specified Elasticsearch domain.CreateElasticsearchDomainRequestCreateElasticsearchDomainRequest. withEBSOptions(EBSOptions eBSOptions)Options to enable, disable and specify the type and size of EBS storage volumes.ElasticsearchDomainStatusElasticsearchDomainStatus. withEBSOptions(EBSOptions eBSOptions)TheEBSOptionsfor the specified domain.UpdateElasticsearchDomainConfigRequestUpdateElasticsearchDomainConfigRequest. withEBSOptions(EBSOptions eBSOptions)Specify the type and size of the EBS volume that you want to use.EBSOptionsStatusEBSOptionsStatus. withOptions(EBSOptions options)Specifies the EBS options for the specified Elasticsearch domain.
-