Uses of Class
com.oracle.bmc.psql.model.PitrTimeWindow.Builder
-
Packages that use PitrTimeWindow.Builder Package Description com.oracle.bmc.psql.model -
-
Uses of PitrTimeWindow.Builder in com.oracle.bmc.psql.model
Methods in com.oracle.bmc.psql.model that return PitrTimeWindow.Builder Modifier and Type Method Description static PitrTimeWindow.BuilderPitrTimeWindow. builder()Create a new builder.PitrTimeWindow.BuilderPitrTimeWindow.Builder. copy(PitrTimeWindow model)PitrTimeWindow.BuilderPitrTimeWindow.Builder. timeRecoveryWindowEnd(Date timeRecoveryWindowEnd)Latest timestamp in the PITR window to which the database can be restored.PitrTimeWindow.BuilderPitrTimeWindow.Builder. timeRecoveryWindowStart(Date timeRecoveryWindowStart)Earliest timestamp in the PITR window to which the database can be restored.PitrTimeWindow.BuilderPitrTimeWindow. toBuilder()
-