Package | Description |
---|---|
com.amazonaws.services.elasticsearch.model | |
com.amazonaws.services.elasticsearch.model.transform |
Modifier and Type | Field and Description |
---|---|
private AdvancedOptionsStatus |
ElasticsearchDomainConfig.advancedOptions
Specifies the
AdvancedOptions for the domain. |
Modifier and Type | Method and Description |
---|---|
AdvancedOptionsStatus |
AdvancedOptionsStatus.addOptionsEntry(java.lang.String key,
java.lang.String value) |
AdvancedOptionsStatus |
AdvancedOptionsStatus.clearOptionsEntries()
Removes all the entries added into Options.
|
AdvancedOptionsStatus |
AdvancedOptionsStatus.clone() |
AdvancedOptionsStatus |
ElasticsearchDomainConfig.getAdvancedOptions()
Specifies the
AdvancedOptions for the domain. |
AdvancedOptionsStatus |
AdvancedOptionsStatus.withOptions(java.util.Map<java.lang.String,java.lang.String> options)
Specifies the status of advanced options for the specified Elasticsearch
domain.
|
AdvancedOptionsStatus |
AdvancedOptionsStatus.withStatus(OptionStatus status)
Specifies the status of
OptionStatus for advanced options
for the specified Elasticsearch domain. |
Modifier and Type | Method and Description |
---|---|
void |
ElasticsearchDomainConfig.setAdvancedOptions(AdvancedOptionsStatus advancedOptions)
Specifies the
AdvancedOptions for the domain. |
ElasticsearchDomainConfig |
ElasticsearchDomainConfig.withAdvancedOptions(AdvancedOptionsStatus advancedOptions)
Specifies the
AdvancedOptions for the domain. |
Modifier and Type | Method and Description |
---|---|
AdvancedOptionsStatus |
AdvancedOptionsStatusJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
AdvancedOptionsStatusJsonMarshaller.marshall(AdvancedOptionsStatus advancedOptionsStatus,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|