Package | Description |
---|---|
com.amazonaws.services.elasticsearch.model | |
com.amazonaws.services.elasticsearch.model.transform |
Modifier and Type | Field and Description |
---|---|
private SnapshotOptions |
SnapshotOptionsStatus.options
Specifies the daily snapshot options specified for the Elasticsearch
domain.
|
private SnapshotOptions |
UpdateElasticsearchDomainConfigRequest.snapshotOptions
Option to set the time, in UTC format, for the daily automated snapshot.
|
private SnapshotOptions |
ElasticsearchDomainStatus.snapshotOptions
Specifies the status of the
SnapshotOptions |
private SnapshotOptions |
CreateElasticsearchDomainRequest.snapshotOptions
Option to set time, in UTC format, of the daily automated snapshot.
|
Modifier and Type | Method and Description |
---|---|
SnapshotOptions |
SnapshotOptions.clone() |
SnapshotOptions |
SnapshotOptionsStatus.getOptions()
Specifies the daily snapshot options specified for the Elasticsearch
domain.
|
SnapshotOptions |
UpdateElasticsearchDomainConfigRequest.getSnapshotOptions()
Option to set the time, in UTC format, for the daily automated snapshot.
|
SnapshotOptions |
ElasticsearchDomainStatus.getSnapshotOptions()
Specifies the status of the
SnapshotOptions |
SnapshotOptions |
CreateElasticsearchDomainRequest.getSnapshotOptions()
Option to set time, in UTC format, of the daily automated snapshot.
|
SnapshotOptions |
SnapshotOptions.withAutomatedSnapshotStartHour(java.lang.Integer automatedSnapshotStartHour)
Specifies the time, in UTC format, when the service takes a daily
automated snapshot of the specified Elasticsearch domain.
|
Modifier and Type | Method and Description |
---|---|
void |
SnapshotOptionsStatus.setOptions(SnapshotOptions options)
Specifies the daily snapshot options specified for the Elasticsearch
domain.
|
void |
UpdateElasticsearchDomainConfigRequest.setSnapshotOptions(SnapshotOptions snapshotOptions)
Option to set the time, in UTC format, for the daily automated snapshot.
|
void |
ElasticsearchDomainStatus.setSnapshotOptions(SnapshotOptions snapshotOptions)
Specifies the status of the
SnapshotOptions |
void |
CreateElasticsearchDomainRequest.setSnapshotOptions(SnapshotOptions snapshotOptions)
Option to set time, in UTC format, of the daily automated snapshot.
|
SnapshotOptionsStatus |
SnapshotOptionsStatus.withOptions(SnapshotOptions options)
Specifies the daily snapshot options specified for the Elasticsearch
domain.
|
UpdateElasticsearchDomainConfigRequest |
UpdateElasticsearchDomainConfigRequest.withSnapshotOptions(SnapshotOptions snapshotOptions)
Option to set the time, in UTC format, for the daily automated snapshot.
|
ElasticsearchDomainStatus |
ElasticsearchDomainStatus.withSnapshotOptions(SnapshotOptions snapshotOptions)
Specifies the status of the
SnapshotOptions |
CreateElasticsearchDomainRequest |
CreateElasticsearchDomainRequest.withSnapshotOptions(SnapshotOptions snapshotOptions)
Option to set time, in UTC format, of the daily automated snapshot.
|
Modifier and Type | Method and Description |
---|---|
SnapshotOptions |
SnapshotOptionsJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
SnapshotOptionsJsonMarshaller.marshall(SnapshotOptions snapshotOptions,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|