Package | Description |
---|---|
com.amazonaws.services.elasticsearch.model | |
com.amazonaws.services.elasticsearch.model.transform |
Modifier and Type | Field and Description |
---|---|
private SnapshotOptionsStatus |
ElasticsearchDomainConfig.snapshotOptions
Specifies the
SnapshotOptions for the Elasticsearch domain. |
Modifier and Type | Method and Description |
---|---|
SnapshotOptionsStatus |
SnapshotOptionsStatus.clone() |
SnapshotOptionsStatus |
ElasticsearchDomainConfig.getSnapshotOptions()
Specifies the
SnapshotOptions for the Elasticsearch domain. |
SnapshotOptionsStatus |
SnapshotOptionsStatus.withOptions(SnapshotOptions options)
Specifies the daily snapshot options specified for the Elasticsearch
domain.
|
SnapshotOptionsStatus |
SnapshotOptionsStatus.withStatus(OptionStatus status)
Specifies the status of a daily automated snapshot.
|
Modifier and Type | Method and Description |
---|---|
void |
ElasticsearchDomainConfig.setSnapshotOptions(SnapshotOptionsStatus snapshotOptions)
Specifies the
SnapshotOptions for the Elasticsearch domain. |
ElasticsearchDomainConfig |
ElasticsearchDomainConfig.withSnapshotOptions(SnapshotOptionsStatus snapshotOptions)
Specifies the
SnapshotOptions for the Elasticsearch domain. |
Modifier and Type | Method and Description |
---|---|
SnapshotOptionsStatus |
SnapshotOptionsStatusJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
SnapshotOptionsStatusJsonMarshaller.marshall(SnapshotOptionsStatus snapshotOptionsStatus,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|