Uses of Class
com.oracle.bmc.recovery.model.DeletionSchedule
-
Packages that use DeletionSchedule Package Description com.oracle.bmc.recovery.model com.oracle.bmc.recovery.requests -
-
Uses of DeletionSchedule in com.oracle.bmc.recovery.model
Methods in com.oracle.bmc.recovery.model that return DeletionSchedule Modifier and Type Method Description static DeletionSchedule
DeletionSchedule. create(String key)
DeletionSchedule
ScheduleProtectedDatabaseDeletionDetails. getDeletionSchedule()
Defines a preferred schedule to delete a protected database after you terminate the source database.static DeletionSchedule
DeletionSchedule. valueOf(String name)
Returns the enum constant of this type with the specified name.static DeletionSchedule[]
DeletionSchedule. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.recovery.model with parameters of type DeletionSchedule Modifier and Type Method Description ScheduleProtectedDatabaseDeletionDetails.Builder
ScheduleProtectedDatabaseDeletionDetails.Builder. deletionSchedule(DeletionSchedule deletionSchedule)
Defines a preferred schedule to delete a protected database after you terminate the source database.Constructors in com.oracle.bmc.recovery.model with parameters of type DeletionSchedule Constructor Description ScheduleProtectedDatabaseDeletionDetails(DeletionSchedule deletionSchedule)
Deprecated. -
Uses of DeletionSchedule in com.oracle.bmc.recovery.requests
Methods in com.oracle.bmc.recovery.requests that return DeletionSchedule Modifier and Type Method Description DeletionSchedule
DeleteProtectedDatabaseRequest. getDeletionSchedule()
Defines a preferred schedule to delete a protected database after you terminate the source database.Methods in com.oracle.bmc.recovery.requests with parameters of type DeletionSchedule Modifier and Type Method Description DeleteProtectedDatabaseRequest.Builder
DeleteProtectedDatabaseRequest.Builder. deletionSchedule(DeletionSchedule deletionSchedule)
Defines a preferred schedule to delete a protected database after you terminate the source database.
-