Package | Description |
---|---|
com.amazonaws.services.elasticsearch.model | |
com.amazonaws.services.elasticsearch.model.transform |
Modifier and Type | Field and Description |
---|---|
private ElasticsearchClusterConfigStatus |
ElasticsearchDomainConfig.elasticsearchClusterConfig
Specifies the
ElasticsearchClusterConfig for the
Elasticsearch domain. |
Modifier and Type | Method and Description |
---|---|
ElasticsearchClusterConfigStatus |
ElasticsearchClusterConfigStatus.clone() |
ElasticsearchClusterConfigStatus |
ElasticsearchDomainConfig.getElasticsearchClusterConfig()
Specifies the
ElasticsearchClusterConfig for the
Elasticsearch domain. |
ElasticsearchClusterConfigStatus |
ElasticsearchClusterConfigStatus.withOptions(ElasticsearchClusterConfig options)
Specifies the cluster configuration for the specified Elasticsearch
domain.
|
ElasticsearchClusterConfigStatus |
ElasticsearchClusterConfigStatus.withStatus(OptionStatus status)
Specifies the status of the configuration for the specified Elasticsearch
domain.
|
Modifier and Type | Method and Description |
---|---|
void |
ElasticsearchDomainConfig.setElasticsearchClusterConfig(ElasticsearchClusterConfigStatus elasticsearchClusterConfig)
Specifies the
ElasticsearchClusterConfig for the
Elasticsearch domain. |
ElasticsearchDomainConfig |
ElasticsearchDomainConfig.withElasticsearchClusterConfig(ElasticsearchClusterConfigStatus elasticsearchClusterConfig)
Specifies the
ElasticsearchClusterConfig for the
Elasticsearch domain. |
Modifier and Type | Method and Description |
---|---|
ElasticsearchClusterConfigStatus |
ElasticsearchClusterConfigStatusJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ElasticsearchClusterConfigStatusJsonMarshaller.marshall(ElasticsearchClusterConfigStatus elasticsearchClusterConfigStatus,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|