Package | Description |
---|---|
com.oracle.bmc.databasemanagement | |
com.oracle.bmc.databasemanagement.requests |
Modifier and Type | Method and Description |
---|---|
ListJobExecutionsResponse |
DbManagementClient.listJobExecutions(ListJobExecutionsRequest request) |
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) |
Iterable<JobExecutionSummary> |
DbManagementPaginators.listJobExecutionsRecordIterator(ListJobExecutionsRequest request)
Creates a new iterable which will iterate over the
JobExecutionSummary 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.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
ListJobExecutionsRequest |
ListJobExecutionsRequest.Builder.build()
Build the instance of ListJobExecutionsRequest as configured by this builder
|
ListJobExecutionsRequest |
ListJobExecutionsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListJobExecutionsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListJobExecutionsRequest.Builder |
ListJobExecutionsRequest.Builder.copy(ListJobExecutionsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2025. All rights reserved.