Uses of Class
com.oracle.bmc.databasemanagement.responses.ListJobExecutionsResponse
-
Packages that use ListJobExecutionsResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of ListJobExecutionsResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return ListJobExecutionsResponse Modifier and Type Method Description ListJobExecutionsResponse
DbManagement. listJobExecutions(ListJobExecutionsRequest request)
Gets the job execution for a specific ID or the list of job executions for a job, job run, Managed Database or Managed Database Group in a specific compartment.ListJobExecutionsResponse
DbManagementClient. listJobExecutions(ListJobExecutionsRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type ListJobExecutionsResponse Modifier and Type Method Description Future<ListJobExecutionsResponse>
DbManagementAsync. listJobExecutions(ListJobExecutionsRequest request, AsyncHandler<ListJobExecutionsRequest,ListJobExecutionsResponse> handler)
Gets the job execution for a specific ID or the list of job executions for a job, job run, Managed Database or Managed Database Group in a specific compartment.Future<ListJobExecutionsResponse>
DbManagementAsyncClient. listJobExecutions(ListJobExecutionsRequest request, AsyncHandler<ListJobExecutionsRequest,ListJobExecutionsResponse> handler)
Iterable<ListJobExecutionsResponse>
DbManagementPaginators. listJobExecutionsResponseIterator(ListJobExecutionsRequest request)
Creates a new iterable which will iterate over the responses received from the listJobExecutions operation.Method parameters in com.oracle.bmc.databasemanagement with type arguments of type ListJobExecutionsResponse Modifier and Type Method Description Future<ListJobExecutionsResponse>
DbManagementAsync. listJobExecutions(ListJobExecutionsRequest request, AsyncHandler<ListJobExecutionsRequest,ListJobExecutionsResponse> handler)
Gets the job execution for a specific ID or the list of job executions for a job, job run, Managed Database or Managed Database Group in a specific compartment.Future<ListJobExecutionsResponse>
DbManagementAsyncClient. listJobExecutions(ListJobExecutionsRequest request, AsyncHandler<ListJobExecutionsRequest,ListJobExecutionsResponse> handler)
-
Uses of ListJobExecutionsResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return ListJobExecutionsResponse Modifier and Type Method Description ListJobExecutionsResponse
ListJobExecutionsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type ListJobExecutionsResponse Modifier and Type Method Description ListJobExecutionsResponse.Builder
ListJobExecutionsResponse.Builder. copy(ListJobExecutionsResponse o)
Copy method to populate the builder with values from the given instance.
-