Uses of Class
com.oracle.bmc.database.responses.GetExternalBackupJobResponse
-
Packages that use GetExternalBackupJobResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of GetExternalBackupJobResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return GetExternalBackupJobResponse Modifier and Type Method Description GetExternalBackupJobResponse
Database. getExternalBackupJob(GetExternalBackupJobRequest request)
Gets information about the specified external backup job.GetExternalBackupJobResponse
DatabaseClient. getExternalBackupJob(GetExternalBackupJobRequest request)
Methods in com.oracle.bmc.database that return types with arguments of type GetExternalBackupJobResponse Modifier and Type Method Description Future<GetExternalBackupJobResponse>
DatabaseAsync. getExternalBackupJob(GetExternalBackupJobRequest request, AsyncHandler<GetExternalBackupJobRequest,GetExternalBackupJobResponse> handler)
Gets information about the specified external backup job.Future<GetExternalBackupJobResponse>
DatabaseAsyncClient. getExternalBackupJob(GetExternalBackupJobRequest request, AsyncHandler<GetExternalBackupJobRequest,GetExternalBackupJobResponse> handler)
Method parameters in com.oracle.bmc.database with type arguments of type GetExternalBackupJobResponse Modifier and Type Method Description Future<GetExternalBackupJobResponse>
DatabaseAsync. getExternalBackupJob(GetExternalBackupJobRequest request, AsyncHandler<GetExternalBackupJobRequest,GetExternalBackupJobResponse> handler)
Gets information about the specified external backup job.Future<GetExternalBackupJobResponse>
DatabaseAsyncClient. getExternalBackupJob(GetExternalBackupJobRequest request, AsyncHandler<GetExternalBackupJobRequest,GetExternalBackupJobResponse> handler)
-
Uses of GetExternalBackupJobResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return GetExternalBackupJobResponse Modifier and Type Method Description GetExternalBackupJobResponse
GetExternalBackupJobResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type GetExternalBackupJobResponse Modifier and Type Method Description GetExternalBackupJobResponse.Builder
GetExternalBackupJobResponse.Builder. copy(GetExternalBackupJobResponse o)
Copy method to populate the builder with values from the given instance.
-