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 ListJobExecutionsResponseDbManagement. 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)ListJobExecutionsResponseDbManagementClient. listJobExecutions(ListJobExecutionsRequest request)Iterable<JobExecutionSummary>DbManagementPaginators. listJobExecutionsRecordIterator(ListJobExecutionsRequest request)Creates a new iterable which will iterate over theJobExecutionSummaryobjects 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 ListJobExecutionsRequestListJobExecutionsRequest.Builder. build()Build the instance of ListJobExecutionsRequest as configured by this builderListJobExecutionsRequestListJobExecutionsRequest.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.BuilderListJobExecutionsRequest.Builder. copy(ListJobExecutionsRequest o)Copy method to populate the builder with values from the given instance.
-