| Package | Description |
|---|---|
| com.oracle.bmc.databasemanagement | |
| com.oracle.bmc.databasemanagement.requests |
| Modifier and Type | Method and Description |
|---|---|
ListJobsResponse |
DbManagementClient.listJobs(ListJobsRequest request) |
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,
com.oracle.bmc.responses.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,
com.oracle.bmc.responses.AsyncHandler<ListJobsRequest,ListJobsResponse> handler) |
Iterable<JobSummary> |
DbManagementPaginators.listJobsRecordIterator(ListJobsRequest request)
Creates a new iterable which will iterate over the
JobSummary 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.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListJobsResponse> |
DbManagementAsync.listJobs(ListJobsRequest request,
com.oracle.bmc.responses.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,
com.oracle.bmc.responses.AsyncHandler<ListJobsRequest,ListJobsResponse> handler) |
| Modifier and Type | Method and Description |
|---|---|
ListJobsRequest |
ListJobsRequest.Builder.build()
Build the instance of ListJobsRequest as configured by this builder
|
ListJobsRequest |
ListJobsRequest.Builder.buildWithoutInvocationCallback() |
| Modifier and Type | Method and Description |
|---|---|
ListJobsRequest.Builder |
ListJobsRequest.Builder.copy(ListJobsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2021. All rights reserved.