Uses of Interface
software.amazon.awssdk.services.opensearch.model.SnapshotOptionsStatus.Builder
-
Packages that use SnapshotOptionsStatus.Builder Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of SnapshotOptionsStatus.Builder in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return SnapshotOptionsStatus.Builder Modifier and Type Method Description static SnapshotOptionsStatus.BuilderSnapshotOptionsStatus. builder()default SnapshotOptionsStatus.BuilderSnapshotOptionsStatus.Builder. options(Consumer<SnapshotOptions.Builder> options)The daily snapshot options specified for the domain.SnapshotOptionsStatus.BuilderSnapshotOptionsStatus.Builder. options(SnapshotOptions options)The daily snapshot options specified for the domain.default SnapshotOptionsStatus.BuilderSnapshotOptionsStatus.Builder. status(Consumer<OptionStatus.Builder> status)The status of a daily automated snapshot.SnapshotOptionsStatus.BuilderSnapshotOptionsStatus.Builder. status(OptionStatus status)The status of a daily automated snapshot.SnapshotOptionsStatus.BuilderSnapshotOptionsStatus. toBuilder()Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type SnapshotOptionsStatus.Builder Modifier and Type Method Description static Class<? extends SnapshotOptionsStatus.Builder>SnapshotOptionsStatus. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.opensearch.model with type arguments of type SnapshotOptionsStatus.Builder Modifier and Type Method Description default DomainConfig.BuilderDomainConfig.Builder. snapshotOptions(Consumer<SnapshotOptionsStatus.Builder> snapshotOptions)DEPRECATED.
-