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