| Package | Description |
|---|---|
| software.amazon.awssdk.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
SnapshotOptions |
SnapshotOptionsStatus.options()
The daily snapshot options specified for the domain.
|
SnapshotOptions |
UpdateDomainConfigRequest.snapshotOptions()
Option to set the time, in UTC format, for the daily automated snapshot.
|
SnapshotOptions |
CreateDomainRequest.snapshotOptions()
DEPRECATED.
|
SnapshotOptions |
DomainStatus.snapshotOptions()
DEPRECATED.
|
| Modifier and Type | Method and Description |
|---|---|
SnapshotOptionsStatus.Builder |
SnapshotOptionsStatus.Builder.options(SnapshotOptions options)
The daily snapshot options specified for the domain.
|
UpdateDomainConfigRequest.Builder |
UpdateDomainConfigRequest.Builder.snapshotOptions(SnapshotOptions snapshotOptions)
Option to set the time, in UTC format, for the daily automated snapshot.
|
CreateDomainRequest.Builder |
CreateDomainRequest.Builder.snapshotOptions(SnapshotOptions snapshotOptions)
DEPRECATED.
|
DomainStatus.Builder |
DomainStatus.Builder.snapshotOptions(SnapshotOptions snapshotOptions)
DEPRECATED.
|
Copyright © 2023. All rights reserved.