Package | Description |
---|---|
com.amazonaws.services.opensearch.model |
Modifier and Type | Method and Description |
---|---|
SnapshotOptions |
SnapshotOptions.clone() |
SnapshotOptions |
SnapshotOptionsStatus.getOptions()
The daily snapshot options specified for the domain.
|
SnapshotOptions |
DomainStatus.getSnapshotOptions()
DEPRECATED.
|
SnapshotOptions |
UpdateDomainConfigRequest.getSnapshotOptions()
Option to set the time, in UTC format, for the daily automated snapshot.
|
SnapshotOptions |
CreateDomainRequest.getSnapshotOptions()
DEPRECATED.
|
SnapshotOptions |
SnapshotOptions.withAutomatedSnapshotStartHour(Integer automatedSnapshotStartHour)
The time, in UTC format, when OpenSearch Service takes a daily automated snapshot of the specified domain.
|
Modifier and Type | Method and Description |
---|---|
void |
SnapshotOptionsStatus.setOptions(SnapshotOptions options)
The daily snapshot options specified for the domain.
|
void |
DomainStatus.setSnapshotOptions(SnapshotOptions snapshotOptions)
DEPRECATED.
|
void |
UpdateDomainConfigRequest.setSnapshotOptions(SnapshotOptions snapshotOptions)
Option to set the time, in UTC format, for the daily automated snapshot.
|
void |
CreateDomainRequest.setSnapshotOptions(SnapshotOptions snapshotOptions)
DEPRECATED.
|
SnapshotOptionsStatus |
SnapshotOptionsStatus.withOptions(SnapshotOptions options)
The daily snapshot options specified for the domain.
|
DomainStatus |
DomainStatus.withSnapshotOptions(SnapshotOptions snapshotOptions)
DEPRECATED.
|
UpdateDomainConfigRequest |
UpdateDomainConfigRequest.withSnapshotOptions(SnapshotOptions snapshotOptions)
Option to set the time, in UTC format, for the daily automated snapshot.
|
CreateDomainRequest |
CreateDomainRequest.withSnapshotOptions(SnapshotOptions snapshotOptions)
DEPRECATED.
|
Copyright © 2023. All rights reserved.