Package | Description |
---|---|
com.amazonaws.services.elasticsearch.model |
Modifier and Type | Method and Description |
---|---|
SnapshotOptions |
SnapshotOptions.clone() |
SnapshotOptions |
SnapshotOptionsStatus.getOptions()
Specifies the daily snapshot options specified for the Elasticsearch domain.
|
SnapshotOptions |
ElasticsearchDomainStatus.getSnapshotOptions()
Specifies the status of the
SnapshotOptions |
SnapshotOptions |
UpdateElasticsearchDomainConfigRequest.getSnapshotOptions()
Option to set the time, in UTC format, for the daily automated snapshot.
|
SnapshotOptions |
CreateElasticsearchDomainRequest.getSnapshotOptions()
Option to set time, in UTC format, of the daily automated snapshot.
|
SnapshotOptions |
SnapshotOptions.withAutomatedSnapshotStartHour(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 |
ElasticsearchDomainStatus.setSnapshotOptions(SnapshotOptions snapshotOptions)
Specifies the status of the
SnapshotOptions |
void |
UpdateElasticsearchDomainConfigRequest.setSnapshotOptions(SnapshotOptions snapshotOptions)
Option to set the time, in UTC format, for the daily automated snapshot.
|
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.
|
ElasticsearchDomainStatus |
ElasticsearchDomainStatus.withSnapshotOptions(SnapshotOptions snapshotOptions)
Specifies the status of the
SnapshotOptions |
UpdateElasticsearchDomainConfigRequest |
UpdateElasticsearchDomainConfigRequest.withSnapshotOptions(SnapshotOptions snapshotOptions)
Option to set the time, in UTC format, for the daily automated snapshot.
|
CreateElasticsearchDomainRequest |
CreateElasticsearchDomainRequest.withSnapshotOptions(SnapshotOptions snapshotOptions)
Option to set time, in UTC format, of the daily automated snapshot.
|
Copyright © 2023. All rights reserved.