Uses of Class
software.amazon.awssdk.services.opensearch.model.SnapshotOptions
-
Packages that use SnapshotOptions Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of SnapshotOptions in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return SnapshotOptions Modifier and Type Method Description SnapshotOptions
SnapshotOptionsStatus. options()
The daily snapshot options specified for the domain.SnapshotOptions
CreateDomainRequest. snapshotOptions()
DEPRECATED.SnapshotOptions
DomainStatus. snapshotOptions()
DEPRECATED.SnapshotOptions
UpdateDomainConfigRequest. snapshotOptions()
Option to set the time, in UTC format, for the daily automated snapshot.Methods in software.amazon.awssdk.services.opensearch.model with parameters of type SnapshotOptions Modifier and Type Method Description SnapshotOptionsStatus.Builder
SnapshotOptionsStatus.Builder. options(SnapshotOptions options)
The daily snapshot options specified for the domain.CreateDomainRequest.Builder
CreateDomainRequest.Builder. snapshotOptions(SnapshotOptions snapshotOptions)
DEPRECATED.DomainStatus.Builder
DomainStatus.Builder. snapshotOptions(SnapshotOptions snapshotOptions)
DEPRECATED.UpdateDomainConfigRequest.Builder
UpdateDomainConfigRequest.Builder. snapshotOptions(SnapshotOptions snapshotOptions)
Option to set the time, in UTC format, for the daily automated snapshot.
-