Uses of Class
com.oracle.bmc.recovery.responses.ScheduleProtectedDatabaseDeletionResponse
-
Packages that use ScheduleProtectedDatabaseDeletionResponse Package Description com.oracle.bmc.recovery com.oracle.bmc.recovery.responses -
-
Uses of ScheduleProtectedDatabaseDeletionResponse in com.oracle.bmc.recovery
Methods in com.oracle.bmc.recovery that return ScheduleProtectedDatabaseDeletionResponse Modifier and Type Method Description ScheduleProtectedDatabaseDeletionResponse
DatabaseRecovery. scheduleProtectedDatabaseDeletion(ScheduleProtectedDatabaseDeletionRequest request)
Defines a preferred schedule to delete a protected database after you terminate the source database.ScheduleProtectedDatabaseDeletionResponse
DatabaseRecoveryClient. scheduleProtectedDatabaseDeletion(ScheduleProtectedDatabaseDeletionRequest request)
Methods in com.oracle.bmc.recovery that return types with arguments of type ScheduleProtectedDatabaseDeletionResponse 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)
Method parameters in com.oracle.bmc.recovery with type arguments of type ScheduleProtectedDatabaseDeletionResponse 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 ScheduleProtectedDatabaseDeletionResponse in com.oracle.bmc.recovery.responses
Methods in com.oracle.bmc.recovery.responses that return ScheduleProtectedDatabaseDeletionResponse Modifier and Type Method Description ScheduleProtectedDatabaseDeletionResponse
ScheduleProtectedDatabaseDeletionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.recovery.responses with parameters of type ScheduleProtectedDatabaseDeletionResponse Modifier and Type Method Description ScheduleProtectedDatabaseDeletionResponse.Builder
ScheduleProtectedDatabaseDeletionResponse.Builder. copy(ScheduleProtectedDatabaseDeletionResponse o)
Copy method to populate the builder with values from the given instance.
-