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 EBSOptions
EBSOptions. clone()
EBSOptions
CreateElasticsearchDomainRequest. getEBSOptions()
Options to enable, disable and specify the type and size of EBS storage volumes.EBSOptions
ElasticsearchDomainStatus. getEBSOptions()
TheEBSOptions
for the specified domain.EBSOptions
UpdateElasticsearchDomainConfigRequest. getEBSOptions()
Specify the type and size of the EBS volume that you want to use.EBSOptions
EBSOptionsStatus. getOptions()
Specifies the EBS options for the specified Elasticsearch domain.EBSOptions
EBSOptions. withEBSEnabled(Boolean eBSEnabled)
Specifies whether EBS-based storage is enabled.EBSOptions
EBSOptions. withIops(Integer iops)
Specifies the IOPD for a Provisioned IOPS EBS volume (SSD).EBSOptions
EBSOptions. withVolumeSize(Integer volumeSize)
Integer to specify the size of an EBS volume.EBSOptions
EBSOptions. withVolumeType(VolumeType volumeType)
Specifies the volume type for EBS-based storage.EBSOptions
EBSOptions. 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 void
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
CreateElasticsearchDomainRequest. withEBSOptions(EBSOptions eBSOptions)
Options to enable, disable and specify the type and size of EBS storage volumes.ElasticsearchDomainStatus
ElasticsearchDomainStatus. withEBSOptions(EBSOptions eBSOptions)
TheEBSOptions
for the specified domain.UpdateElasticsearchDomainConfigRequest
UpdateElasticsearchDomainConfigRequest. withEBSOptions(EBSOptions eBSOptions)
Specify the type and size of the EBS volume that you want to use.EBSOptionsStatus
EBSOptionsStatus. withOptions(EBSOptions options)
Specifies the EBS options for the specified Elasticsearch domain.
-