Uses of Class
com.oracle.bmc.psql.model.PitrTimeWindow
-
Packages that use PitrTimeWindow Package Description com.oracle.bmc.psql.model -
-
Uses of PitrTimeWindow in com.oracle.bmc.psql.model
Methods in com.oracle.bmc.psql.model that return PitrTimeWindow Modifier and Type Method Description PitrTimeWindowPitrTimeWindow.Builder. build()Methods in com.oracle.bmc.psql.model that return types with arguments of type PitrTimeWindow Modifier and Type Method Description List<PitrTimeWindow>PitrDetails. getRecoveryTimeWindows()List of point-in-time recovery windows.Methods in com.oracle.bmc.psql.model with parameters of type PitrTimeWindow Modifier and Type Method Description PitrTimeWindow.BuilderPitrTimeWindow.Builder. copy(PitrTimeWindow model)Method parameters in com.oracle.bmc.psql.model with type arguments of type PitrTimeWindow Modifier and Type Method Description PitrDetails.BuilderPitrDetails.Builder. recoveryTimeWindows(List<PitrTimeWindow> recoveryTimeWindows)List of point-in-time recovery windows.Constructor parameters in com.oracle.bmc.psql.model with type arguments of type PitrTimeWindow Constructor Description PitrDetails(PitrDetails.PitrState pitrState, List<PitrTimeWindow> recoveryTimeWindows)Deprecated.
-