Uses of Class
software.amazon.awssdk.services.elasticsearch.model.AdvancedOptionsStatus
-
Packages that use AdvancedOptionsStatus Package Description software.amazon.awssdk.services.elasticsearch.model -
-
Uses of AdvancedOptionsStatus in software.amazon.awssdk.services.elasticsearch.model
Methods in software.amazon.awssdk.services.elasticsearch.model that return AdvancedOptionsStatus Modifier and Type Method Description AdvancedOptionsStatus
ElasticsearchDomainConfig. advancedOptions()
Specifies theAdvancedOptions
for the domain.Methods in software.amazon.awssdk.services.elasticsearch.model with parameters of type AdvancedOptionsStatus Modifier and Type Method Description ElasticsearchDomainConfig.Builder
ElasticsearchDomainConfig.Builder. advancedOptions(AdvancedOptionsStatus advancedOptions)
Specifies theAdvancedOptions
for the domain.
-