Uses of Class
com.oracle.bmc.recovery.model.ScheduleProtectedDatabaseDeletionDetails
-
Packages that use ScheduleProtectedDatabaseDeletionDetails Package Description com.oracle.bmc.recovery.model com.oracle.bmc.recovery.requests -
-
Uses of ScheduleProtectedDatabaseDeletionDetails in com.oracle.bmc.recovery.model
Methods in com.oracle.bmc.recovery.model that return ScheduleProtectedDatabaseDeletionDetails Modifier and Type Method Description ScheduleProtectedDatabaseDeletionDetails
ScheduleProtectedDatabaseDeletionDetails.Builder. build()
Methods in com.oracle.bmc.recovery.model with parameters of type ScheduleProtectedDatabaseDeletionDetails Modifier and Type Method Description ScheduleProtectedDatabaseDeletionDetails.Builder
ScheduleProtectedDatabaseDeletionDetails.Builder. copy(ScheduleProtectedDatabaseDeletionDetails model)
-
Uses of ScheduleProtectedDatabaseDeletionDetails in com.oracle.bmc.recovery.requests
Methods in com.oracle.bmc.recovery.requests that return ScheduleProtectedDatabaseDeletionDetails Modifier and Type Method Description ScheduleProtectedDatabaseDeletionDetails
ScheduleProtectedDatabaseDeletionRequest. getBody$()
Alternative accessor for the body parameter.ScheduleProtectedDatabaseDeletionDetails
ScheduleProtectedDatabaseDeletionRequest. getScheduleProtectedDatabaseDeletionDetails()
The details for scheduling deletion of the protected databaseMethods in com.oracle.bmc.recovery.requests with parameters of type ScheduleProtectedDatabaseDeletionDetails Modifier and Type Method Description ScheduleProtectedDatabaseDeletionRequest.Builder
ScheduleProtectedDatabaseDeletionRequest.Builder. body$(ScheduleProtectedDatabaseDeletionDetails body)
Alternative setter for the body parameter.ScheduleProtectedDatabaseDeletionRequest.Builder
ScheduleProtectedDatabaseDeletionRequest.Builder. scheduleProtectedDatabaseDeletionDetails(ScheduleProtectedDatabaseDeletionDetails scheduleProtectedDatabaseDeletionDetails)
The details for scheduling deletion of the protected database
-