Uses of Class
com.oracle.bmc.databasemanagement.requests.GetJobRunRequest
-
Packages that use GetJobRunRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of GetJobRunRequest in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement with parameters of type GetJobRunRequest Modifier and Type Method Description GetJobRunResponse
DbManagement. getJobRun(GetJobRunRequest request)
Gets the details for the job run specified by jobRunId.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)
GetJobRunResponse
DbManagementClient. getJobRun(GetJobRunRequest request)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type GetJobRunRequest 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 GetJobRunRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return GetJobRunRequest Modifier and Type Method Description GetJobRunRequest
GetJobRunRequest.Builder. build()
Build the instance of GetJobRunRequest as configured by this builderGetJobRunRequest
GetJobRunRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetJobRunRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type GetJobRunRequest Modifier and Type Method Description GetJobRunRequest.Builder
GetJobRunRequest.Builder. copy(GetJobRunRequest o)
Copy method to populate the builder with values from the given instance.
-