Package | Description |
---|---|
com.oracle.bmc.datacatalog | |
com.oracle.bmc.datacatalog.requests |
Modifier and Type | Method and Description |
---|---|
ListJobLogsResponse |
DataCatalog.listJobLogs(ListJobLogsRequest request)
Returns a list of job logs.
|
ListJobLogsResponse |
DataCatalogClient.listJobLogs(ListJobLogsRequest request) |
Future<ListJobLogsResponse> |
DataCatalogAsync.listJobLogs(ListJobLogsRequest request,
AsyncHandler<ListJobLogsRequest,ListJobLogsResponse> handler)
Returns a list of job logs.
|
Future<ListJobLogsResponse> |
DataCatalogAsyncClient.listJobLogs(ListJobLogsRequest request,
AsyncHandler<ListJobLogsRequest,ListJobLogsResponse> handler) |
Iterable<JobLogSummary> |
DataCatalogPaginators.listJobLogsRecordIterator(ListJobLogsRequest request)
Creates a new iterable which will iterate over the
JobLogSummary objects contained in responses from the
listJobLogs operation. |
Iterable<ListJobLogsResponse> |
DataCatalogPaginators.listJobLogsResponseIterator(ListJobLogsRequest request)
Creates a new iterable which will iterate over the responses received from the listJobLogs
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListJobLogsResponse> |
DataCatalogAsync.listJobLogs(ListJobLogsRequest request,
AsyncHandler<ListJobLogsRequest,ListJobLogsResponse> handler)
Returns a list of job logs.
|
Future<ListJobLogsResponse> |
DataCatalogAsyncClient.listJobLogs(ListJobLogsRequest request,
AsyncHandler<ListJobLogsRequest,ListJobLogsResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListJobLogsRequest |
ListJobLogsRequest.Builder.build()
Build the instance of ListJobLogsRequest as configured by this builder
|
ListJobLogsRequest |
ListJobLogsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListJobLogsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListJobLogsRequest.Builder |
ListJobLogsRequest.Builder.copy(ListJobLogsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.