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