Uses of Class
com.oracle.bmc.database.responses.CompleteExternalBackupJobResponse
-
Packages that use CompleteExternalBackupJobResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of CompleteExternalBackupJobResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return CompleteExternalBackupJobResponse Modifier and Type Method Description CompleteExternalBackupJobResponse
Database. completeExternalBackupJob(CompleteExternalBackupJobRequest request)
Changes the status of the standalone backup resource toACTIVE
after the backup is created from the on-premises database and placed in Oracle Cloud Infrastructure Object Storage.CompleteExternalBackupJobResponse
DatabaseClient. completeExternalBackupJob(CompleteExternalBackupJobRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type CompleteExternalBackupJobResponse Modifier and Type Method Description Future<CompleteExternalBackupJobResponse>
DatabaseAsync. completeExternalBackupJob(CompleteExternalBackupJobRequest request, AsyncHandler<CompleteExternalBackupJobRequest,CompleteExternalBackupJobResponse> handler)
Changes the status of the standalone backup resource toACTIVE
after the backup is created from the on-premises database and placed in Oracle Cloud Infrastructure Object Storage.Future<CompleteExternalBackupJobResponse>
DatabaseAsyncClient. completeExternalBackupJob(CompleteExternalBackupJobRequest request, AsyncHandler<CompleteExternalBackupJobRequest,CompleteExternalBackupJobResponse> handler)
-
Uses of CompleteExternalBackupJobResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return CompleteExternalBackupJobResponse Modifier and Type Method Description CompleteExternalBackupJobResponse
CompleteExternalBackupJobResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type CompleteExternalBackupJobResponse Modifier and Type Method Description CompleteExternalBackupJobResponse.Builder
CompleteExternalBackupJobResponse.Builder. copy(CompleteExternalBackupJobResponse o)
Copy method to populate the builder with values from the given instance.
-