Uses of Class
com.amazonaws.services.elasticsearch.model.AdvancedOptionsStatus
Packages that use AdvancedOptionsStatus
-
Uses of AdvancedOptionsStatus in com.amazonaws.services.elasticsearch.model
Methods in com.amazonaws.services.elasticsearch.model that return AdvancedOptionsStatusModifier and TypeMethodDescriptionAdvancedOptionsStatus.addOptionsEntry
(String key, String value) AdvancedOptionsStatus.clearOptionsEntries()
Removes all the entries added into Options.AdvancedOptionsStatus.clone()
ElasticsearchDomainConfig.getAdvancedOptions()
Specifies theAdvancedOptions
for the domain.AdvancedOptionsStatus.withOptions
(Map<String, String> options) Specifies the status of advanced options for the specified Elasticsearch domain.AdvancedOptionsStatus.withStatus
(OptionStatus status) Specifies the status ofOptionStatus
for advanced options for the specified Elasticsearch domain.Methods in com.amazonaws.services.elasticsearch.model with parameters of type AdvancedOptionsStatusModifier and TypeMethodDescriptionvoid
ElasticsearchDomainConfig.setAdvancedOptions
(AdvancedOptionsStatus advancedOptions) Specifies theAdvancedOptions
for the domain.ElasticsearchDomainConfig.withAdvancedOptions
(AdvancedOptionsStatus advancedOptions) Specifies theAdvancedOptions
for the domain.