Uses of Interface
software.amazon.awssdk.services.rds.model.RestoreWindow.Builder
Packages that use RestoreWindow.Builder
-
Uses of RestoreWindow.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return RestoreWindow.BuilderModifier and TypeMethodDescriptionstatic RestoreWindow.BuilderRestoreWindow.builder()RestoreWindow.Builder.earliestTime(Instant earliestTime) The earliest time you can restore an instance to.RestoreWindow.Builder.latestTime(Instant latestTime) The latest time you can restore an instance to.RestoreWindow.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type RestoreWindow.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RestoreWindow.Builder>RestoreWindow.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type RestoreWindow.BuilderModifier and TypeMethodDescriptiondefault DBClusterAutomatedBackup.BuilderDBClusterAutomatedBackup.Builder.restoreWindow(Consumer<RestoreWindow.Builder> restoreWindow) Sets the value of the RestoreWindow property for this object.DBInstanceAutomatedBackup.Builder.restoreWindow(Consumer<RestoreWindow.Builder> restoreWindow) The earliest and latest time a DB instance can be restored to.