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 AdvancedOptionsStatus
AdvancedOptionsStatus. addOptionsEntry(String key, String value)
AdvancedOptionsStatus
AdvancedOptionsStatus. clearOptionsEntries()
Removes all the entries added into Options.AdvancedOptionsStatus
AdvancedOptionsStatus. clone()
AdvancedOptionsStatus
ElasticsearchDomainConfig. getAdvancedOptions()
Specifies theAdvancedOptions
for the domain.AdvancedOptionsStatus
AdvancedOptionsStatus. withOptions(Map<String,String> options)
Specifies the status of advanced options for the specified Elasticsearch domain.AdvancedOptionsStatus
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 AdvancedOptionsStatus Modifier and Type Method Description void
ElasticsearchDomainConfig. setAdvancedOptions(AdvancedOptionsStatus advancedOptions)
Specifies theAdvancedOptions
for the domain.ElasticsearchDomainConfig
ElasticsearchDomainConfig. withAdvancedOptions(AdvancedOptionsStatus advancedOptions)
Specifies theAdvancedOptions
for the domain.
-