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 SnapshotOptionsSnapshotOptionsStatus. options()The daily snapshot options specified for the domain.SnapshotOptionsCreateDomainRequest. snapshotOptions()DEPRECATED.SnapshotOptionsDomainStatus. snapshotOptions()DEPRECATED.SnapshotOptionsUpdateDomainConfigRequest. 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.BuilderSnapshotOptionsStatus.Builder. options(SnapshotOptions options)The daily snapshot options specified for the domain.CreateDomainRequest.BuilderCreateDomainRequest.Builder. snapshotOptions(SnapshotOptions snapshotOptions)DEPRECATED.DomainStatus.BuilderDomainStatus.Builder. snapshotOptions(SnapshotOptions snapshotOptions)DEPRECATED.UpdateDomainConfigRequest.BuilderUpdateDomainConfigRequest.Builder. snapshotOptions(SnapshotOptions snapshotOptions)Option to set the time, in UTC format, for the daily automated snapshot.
-