Uses of Class
com.oracle.bmc.databasemanagement.responses.GetJobRunResponse
-
Packages that use GetJobRunResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of GetJobRunResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return GetJobRunResponse Modifier and Type Method Description GetJobRunResponse
DbManagement. getJobRun(GetJobRunRequest request)
Gets the details for the job run specified by jobRunId.GetJobRunResponse
DbManagementClient. getJobRun(GetJobRunRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type GetJobRunResponse Modifier and Type Method Description Future<GetJobRunResponse>
DbManagementAsync. getJobRun(GetJobRunRequest request, AsyncHandler<GetJobRunRequest,GetJobRunResponse> handler)
Gets the details for the job run specified by jobRunId.Future<GetJobRunResponse>
DbManagementAsyncClient. getJobRun(GetJobRunRequest request, AsyncHandler<GetJobRunRequest,GetJobRunResponse> handler)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type GetJobRunResponse Modifier and Type Method Description Future<GetJobRunResponse>
DbManagementAsync. getJobRun(GetJobRunRequest request, AsyncHandler<GetJobRunRequest,GetJobRunResponse> handler)
Gets the details for the job run specified by jobRunId.Future<GetJobRunResponse>
DbManagementAsyncClient. getJobRun(GetJobRunRequest request, AsyncHandler<GetJobRunRequest,GetJobRunResponse> handler)
-
Uses of GetJobRunResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return GetJobRunResponse Modifier and Type Method Description GetJobRunResponse
GetJobRunResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type GetJobRunResponse Modifier and Type Method Description GetJobRunResponse.Builder
GetJobRunResponse.Builder. copy(GetJobRunResponse o)
Copy method to populate the builder with values from the given instance.
-