| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticsearch.model |
| Modifier and Type | Method and Description |
|---|---|
SnapshotOptions |
SnapshotOptionsStatus.options()
Specifies the daily snapshot options specified for the Elasticsearch domain.
|
SnapshotOptions |
CreateElasticsearchDomainRequest.snapshotOptions()
Option to set time, in UTC format, of the daily automated snapshot.
|
SnapshotOptions |
ElasticsearchDomainStatus.snapshotOptions()
Specifies the status of the
SnapshotOptions |
SnapshotOptions |
UpdateElasticsearchDomainConfigRequest.snapshotOptions()
Option to set the time, in UTC format, for the daily automated snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
SnapshotOptionsStatus.Builder |
SnapshotOptionsStatus.Builder.options(SnapshotOptions options)
Specifies the daily snapshot options specified for the Elasticsearch domain.
|
CreateElasticsearchDomainRequest.Builder |
CreateElasticsearchDomainRequest.Builder.snapshotOptions(SnapshotOptions snapshotOptions)
Option to set time, in UTC format, of the daily automated snapshot.
|
ElasticsearchDomainStatus.Builder |
ElasticsearchDomainStatus.Builder.snapshotOptions(SnapshotOptions snapshotOptions)
Specifies the status of the
SnapshotOptions |
UpdateElasticsearchDomainConfigRequest.Builder |
UpdateElasticsearchDomainConfigRequest.Builder.snapshotOptions(SnapshotOptions snapshotOptions)
Option to set the time, in UTC format, for the daily automated snapshot.
|
Copyright © 2022. All rights reserved.