Package | Description |
---|---|
com.oracle.bmc.datacatalog | |
com.oracle.bmc.datacatalog.requests |
Modifier and Type | Method and Description |
---|---|
ListJobsResponse |
DataCatalog.listJobs(ListJobsRequest request)
Returns a list of jobs within a data catalog.
|
ListJobsResponse |
DataCatalogClient.listJobs(ListJobsRequest request) |
Future<ListJobsResponse> |
DataCatalogAsync.listJobs(ListJobsRequest request,
AsyncHandler<ListJobsRequest,ListJobsResponse> handler)
Returns a list of jobs within a data catalog.
|
Future<ListJobsResponse> |
DataCatalogAsyncClient.listJobs(ListJobsRequest request,
AsyncHandler<ListJobsRequest,ListJobsResponse> handler) |
Iterable<JobSummary> |
DataCatalogPaginators.listJobsRecordIterator(ListJobsRequest request)
Creates a new iterable which will iterate over the
JobSummary objects contained in responses from the listJobs
operation. |
Iterable<ListJobsResponse> |
DataCatalogPaginators.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> |
DataCatalogAsync.listJobs(ListJobsRequest request,
AsyncHandler<ListJobsRequest,ListJobsResponse> handler)
Returns a list of jobs within a data catalog.
|
Future<ListJobsResponse> |
DataCatalogAsyncClient.listJobs(ListJobsRequest request,
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()
Build the instance of ListJobsRequest as configured by this builder
|
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–2024. All rights reserved.