Uses of Class
com.amazonaws.services.elasticsearch.model.AdvancedOptionsStatus
-
Packages that use AdvancedOptionsStatus Package Description com.amazonaws.services.elasticsearch.model -
-
Uses of AdvancedOptionsStatus in com.amazonaws.services.elasticsearch.model
Methods in com.amazonaws.services.elasticsearch.model that return AdvancedOptionsStatus Modifier and Type Method Description AdvancedOptionsStatusAdvancedOptionsStatus. addOptionsEntry(String key, String value)AdvancedOptionsStatusAdvancedOptionsStatus. clearOptionsEntries()Removes all the entries added into Options.AdvancedOptionsStatusAdvancedOptionsStatus. clone()AdvancedOptionsStatusElasticsearchDomainConfig. getAdvancedOptions()Specifies theAdvancedOptionsfor the domain.AdvancedOptionsStatusAdvancedOptionsStatus. withOptions(Map<String,String> options)Specifies the status of advanced options for the specified Elasticsearch domain.AdvancedOptionsStatusAdvancedOptionsStatus. 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 AdvancedOptionsStatus Modifier and Type Method Description voidElasticsearchDomainConfig. setAdvancedOptions(AdvancedOptionsStatus advancedOptions)Specifies theAdvancedOptionsfor the domain.ElasticsearchDomainConfigElasticsearchDomainConfig. withAdvancedOptions(AdvancedOptionsStatus advancedOptions)Specifies theAdvancedOptionsfor the domain.
-