Uses of Class
com.oracle.bmc.databasemanagement.requests.ListJobExecutionsRequest
-
Packages that use ListJobExecutionsRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of ListJobExecutionsRequest in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement with parameters of type ListJobExecutionsRequest 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.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)
ListJobExecutionsResponse
DbManagementClient. listJobExecutions(ListJobExecutionsRequest request)
Iterable<JobExecutionSummary>
DbManagementPaginators. listJobExecutionsRecordIterator(ListJobExecutionsRequest request)
Creates a new iterable which will iterate over theJobExecutionSummary
objects contained in responses from the listJobExecutions operation.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 ListJobExecutionsRequest 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 ListJobExecutionsRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return ListJobExecutionsRequest Modifier and Type Method Description ListJobExecutionsRequest
ListJobExecutionsRequest.Builder. build()
Build the instance of ListJobExecutionsRequest as configured by this builderListJobExecutionsRequest
ListJobExecutionsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListJobExecutionsRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type ListJobExecutionsRequest Modifier and Type Method Description ListJobExecutionsRequest.Builder
ListJobExecutionsRequest.Builder. copy(ListJobExecutionsRequest o)
Copy method to populate the builder with values from the given instance.
-