Uses of Class
com.oracle.bmc.databasemanagement.requests.ListJobsRequest
-
Packages that use ListJobsRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of ListJobsRequest in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement with parameters of type ListJobsRequest Modifier and Type Method Description ListJobsResponse
DbManagement. listJobs(ListJobsRequest request)
Gets the job for a specific ID or the list of jobs for a Managed Database or Managed Database Group in a specific compartment.Future<ListJobsResponse>
DbManagementAsync. listJobs(ListJobsRequest request, AsyncHandler<ListJobsRequest,ListJobsResponse> handler)
Gets the job for a specific ID or the list of jobs for a Managed Database or Managed Database Group in a specific compartment.Future<ListJobsResponse>
DbManagementAsyncClient. listJobs(ListJobsRequest request, AsyncHandler<ListJobsRequest,ListJobsResponse> handler)
ListJobsResponse
DbManagementClient. listJobs(ListJobsRequest request)
Iterable<JobSummary>
DbManagementPaginators. listJobsRecordIterator(ListJobsRequest request)
Creates a new iterable which will iterate over theJobSummary
objects contained in responses from the listJobs operation.Iterable<ListJobsResponse>
DbManagementPaginators. listJobsResponseIterator(ListJobsRequest request)
Creates a new iterable which will iterate over the responses received from the listJobs operation.Method parameters in com.oracle.bmc.databasemanagement with type arguments of type ListJobsRequest Modifier and Type Method Description Future<ListJobsResponse>
DbManagementAsync. listJobs(ListJobsRequest request, AsyncHandler<ListJobsRequest,ListJobsResponse> handler)
Gets the job for a specific ID or the list of jobs for a Managed Database or Managed Database Group in a specific compartment.Future<ListJobsResponse>
DbManagementAsyncClient. listJobs(ListJobsRequest request, AsyncHandler<ListJobsRequest,ListJobsResponse> handler)
-
Uses of ListJobsRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return ListJobsRequest Modifier and Type Method Description ListJobsRequest
ListJobsRequest.Builder. build()
Build the instance of ListJobsRequest as configured by this builderListJobsRequest
ListJobsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListJobsRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type ListJobsRequest Modifier and Type Method Description ListJobsRequest.Builder
ListJobsRequest.Builder. copy(ListJobsRequest o)
Copy method to populate the builder with values from the given instance.
-