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 theAdvancedOptionsfor 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 ofOptionStatusfor advanced options for the specified Elasticsearch domain.Methods in com.amazonaws.services.elasticsearch.model with parameters of type AdvancedOptionsStatusModifier and TypeMethodDescriptionvoidElasticsearchDomainConfig.setAdvancedOptions(AdvancedOptionsStatus advancedOptions) Specifies theAdvancedOptionsfor the domain.ElasticsearchDomainConfig.withAdvancedOptions(AdvancedOptionsStatus advancedOptions) Specifies theAdvancedOptionsfor the domain.