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 theEBSOptions
for 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 TypeMethodDescriptionvoid
ElasticsearchDomainConfig.setEBSOptions
(EBSOptionsStatus eBSOptions) Specifies theEBSOptions
for the Elasticsearch domain.ElasticsearchDomainConfig.withEBSOptions
(EBSOptionsStatus eBSOptions) Specifies theEBSOptions
for the Elasticsearch domain.