Uses of Class
com.oracle.bmc.database.responses.CreateExternalBackupJobResponse
-
Packages that use CreateExternalBackupJobResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of CreateExternalBackupJobResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return CreateExternalBackupJobResponse Modifier and Type Method Description CreateExternalBackupJobResponse
Database. createExternalBackupJob(CreateExternalBackupJobRequest request)
Creates a new backup resource and returns the information the caller needs to back up an on-premises Oracle Database to Oracle Cloud Infrastructure.CreateExternalBackupJobResponse
DatabaseClient. createExternalBackupJob(CreateExternalBackupJobRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type CreateExternalBackupJobResponse Modifier and Type Method Description Future<CreateExternalBackupJobResponse>
DatabaseAsync. createExternalBackupJob(CreateExternalBackupJobRequest request, AsyncHandler<CreateExternalBackupJobRequest,CreateExternalBackupJobResponse> handler)
Creates a new backup resource and returns the information the caller needs to back up an on-premises Oracle Database to Oracle Cloud Infrastructure.Future<CreateExternalBackupJobResponse>
DatabaseAsyncClient. createExternalBackupJob(CreateExternalBackupJobRequest request, AsyncHandler<CreateExternalBackupJobRequest,CreateExternalBackupJobResponse> handler)
-
Uses of CreateExternalBackupJobResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return CreateExternalBackupJobResponse Modifier and Type Method Description CreateExternalBackupJobResponse
CreateExternalBackupJobResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type CreateExternalBackupJobResponse Modifier and Type Method Description CreateExternalBackupJobResponse.Builder
CreateExternalBackupJobResponse.Builder. copy(CreateExternalBackupJobResponse o)
Copy method to populate the builder with values from the given instance.
-