Uses of Class
com.amazonaws.services.elasticsearch.model.EBSOptionsStatus
-
Packages that use EBSOptionsStatus Package Description com.amazonaws.services.elasticsearch.model -
-
Uses of EBSOptionsStatus in com.amazonaws.services.elasticsearch.model
Methods in com.amazonaws.services.elasticsearch.model that return EBSOptionsStatus Modifier and Type Method Description EBSOptionsStatus
EBSOptionsStatus. clone()
EBSOptionsStatus
ElasticsearchDomainConfig. getEBSOptions()
Specifies theEBSOptions
for the Elasticsearch domain.EBSOptionsStatus
EBSOptionsStatus. withOptions(EBSOptions options)
Specifies the EBS options for the specified Elasticsearch domain.EBSOptionsStatus
EBSOptionsStatus. withStatus(OptionStatus status)
Specifies the status of the EBS options for the specified Elasticsearch domain.Methods in com.amazonaws.services.elasticsearch.model with parameters of type EBSOptionsStatus Modifier and Type Method Description void
ElasticsearchDomainConfig. setEBSOptions(EBSOptionsStatus eBSOptions)
Specifies theEBSOptions
for the Elasticsearch domain.ElasticsearchDomainConfig
ElasticsearchDomainConfig. withEBSOptions(EBSOptionsStatus eBSOptions)
Specifies theEBSOptions
for the Elasticsearch domain.
-