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 EBSOptionsStatusEBSOptionsStatus. clone()EBSOptionsStatusElasticsearchDomainConfig. getEBSOptions()Specifies theEBSOptionsfor the Elasticsearch domain.EBSOptionsStatusEBSOptionsStatus. withOptions(EBSOptions options)Specifies the EBS options for the specified Elasticsearch domain.EBSOptionsStatusEBSOptionsStatus. 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 voidElasticsearchDomainConfig. setEBSOptions(EBSOptionsStatus eBSOptions)Specifies theEBSOptionsfor the Elasticsearch domain.ElasticsearchDomainConfigElasticsearchDomainConfig. withEBSOptions(EBSOptionsStatus eBSOptions)Specifies theEBSOptionsfor the Elasticsearch domain.
-