Package | Description |
---|---|
com.oracle.bmc.aianomalydetection | |
com.oracle.bmc.aianomalydetection.requests |
Modifier and Type | Method and Description |
---|---|
ListDataAssetsResponse |
AnomalyDetection.listDataAssets(ListDataAssetsRequest request)
Returns a list of DataAssets.
|
ListDataAssetsResponse |
AnomalyDetectionClient.listDataAssets(ListDataAssetsRequest request) |
Future<ListDataAssetsResponse> |
AnomalyDetectionAsync.listDataAssets(ListDataAssetsRequest request,
AsyncHandler<ListDataAssetsRequest,ListDataAssetsResponse> handler)
Returns a list of DataAssets.
|
Future<ListDataAssetsResponse> |
AnomalyDetectionAsyncClient.listDataAssets(ListDataAssetsRequest request,
AsyncHandler<ListDataAssetsRequest,ListDataAssetsResponse> handler) |
Iterable<DataAssetSummary> |
AnomalyDetectionPaginators.listDataAssetsRecordIterator(ListDataAssetsRequest request)
Creates a new iterable which will iterate over the
DataAssetSummary objects contained in responses from
the listDataAssets operation. |
Iterable<ListDataAssetsResponse> |
AnomalyDetectionPaginators.listDataAssetsResponseIterator(ListDataAssetsRequest request)
Creates a new iterable which will iterate over the responses received from the listDataAssets
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListDataAssetsResponse> |
AnomalyDetectionAsync.listDataAssets(ListDataAssetsRequest request,
AsyncHandler<ListDataAssetsRequest,ListDataAssetsResponse> handler)
Returns a list of DataAssets.
|
Future<ListDataAssetsResponse> |
AnomalyDetectionAsyncClient.listDataAssets(ListDataAssetsRequest request,
AsyncHandler<ListDataAssetsRequest,ListDataAssetsResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListDataAssetsRequest |
ListDataAssetsRequest.Builder.build()
Build the instance of ListDataAssetsRequest as configured by this builder
|
ListDataAssetsRequest |
ListDataAssetsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListDataAssetsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListDataAssetsRequest.Builder |
ListDataAssetsRequest.Builder.copy(ListDataAssetsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.