Uses of Class
com.amazonaws.services.elasticsearch.model.EBSOptionsStatus
Packages that use EBSOptionsStatus
-
Uses of EBSOptionsStatus in com.amazonaws.services.elasticsearch.model
Methods in com.amazonaws.services.elasticsearch.model that return EBSOptionsStatusModifier and TypeMethodDescriptionEBSOptionsStatus.clone()ElasticsearchDomainConfig.getEBSOptions()Specifies theEBSOptionsfor the Elasticsearch domain.EBSOptionsStatus.withOptions(EBSOptions options) Specifies the EBS options for the specified Elasticsearch domain.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 EBSOptionsStatusModifier and TypeMethodDescriptionvoidElasticsearchDomainConfig.setEBSOptions(EBSOptionsStatus eBSOptions) Specifies theEBSOptionsfor the Elasticsearch domain.ElasticsearchDomainConfig.withEBSOptions(EBSOptionsStatus eBSOptions) Specifies theEBSOptionsfor the Elasticsearch domain.