Uses of Class
com.oracle.bmc.recovery.requests.ScheduleProtectedDatabaseDeletionRequest
-
Packages that use ScheduleProtectedDatabaseDeletionRequest Package Description com.oracle.bmc.recovery com.oracle.bmc.recovery.requests -
-
Uses of ScheduleProtectedDatabaseDeletionRequest in com.oracle.bmc.recovery
Method parameters in com.oracle.bmc.recovery with type arguments of type ScheduleProtectedDatabaseDeletionRequest Modifier and Type Method Description Future<ScheduleProtectedDatabaseDeletionResponse>
DatabaseRecoveryAsync. scheduleProtectedDatabaseDeletion(ScheduleProtectedDatabaseDeletionRequest request, AsyncHandler<ScheduleProtectedDatabaseDeletionRequest,ScheduleProtectedDatabaseDeletionResponse> handler)
Defines a preferred schedule to delete a protected database after you terminate the source database.Future<ScheduleProtectedDatabaseDeletionResponse>
DatabaseRecoveryAsyncClient. scheduleProtectedDatabaseDeletion(ScheduleProtectedDatabaseDeletionRequest request, AsyncHandler<ScheduleProtectedDatabaseDeletionRequest,ScheduleProtectedDatabaseDeletionResponse> handler)
-
Uses of ScheduleProtectedDatabaseDeletionRequest in com.oracle.bmc.recovery.requests
Methods in com.oracle.bmc.recovery.requests that return ScheduleProtectedDatabaseDeletionRequest Modifier and Type Method Description ScheduleProtectedDatabaseDeletionRequest
ScheduleProtectedDatabaseDeletionRequest.Builder. build()
Build the instance of ScheduleProtectedDatabaseDeletionRequest as configured by this builderScheduleProtectedDatabaseDeletionRequest
ScheduleProtectedDatabaseDeletionRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ScheduleProtectedDatabaseDeletionRequest as configured by this builderMethods in com.oracle.bmc.recovery.requests with parameters of type ScheduleProtectedDatabaseDeletionRequest Modifier and Type Method Description ScheduleProtectedDatabaseDeletionRequest.Builder
ScheduleProtectedDatabaseDeletionRequest.Builder. copy(ScheduleProtectedDatabaseDeletionRequest o)
Copy method to populate the builder with values from the given instance.
-