Package | Description |
---|---|
com.oracle.bmc.datacatalog | |
com.oracle.bmc.datacatalog.responses |
Modifier and Type | Method and Description |
---|---|
ListRulesResponse |
DataCatalog.listRules(ListRulesRequest request)
Returns a list of all rules of a data entity.
|
ListRulesResponse |
DataCatalogClient.listRules(ListRulesRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<ListRulesResponse> |
DataCatalogAsync.listRules(ListRulesRequest request,
AsyncHandler<ListRulesRequest,ListRulesResponse> handler)
Returns a list of all rules of a data entity.
|
Future<ListRulesResponse> |
DataCatalogAsyncClient.listRules(ListRulesRequest request,
AsyncHandler<ListRulesRequest,ListRulesResponse> handler) |
Iterable<ListRulesResponse> |
DataCatalogPaginators.listRulesResponseIterator(ListRulesRequest request)
Creates a new iterable which will iterate over the responses received from the listRules
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListRulesResponse> |
DataCatalogAsync.listRules(ListRulesRequest request,
AsyncHandler<ListRulesRequest,ListRulesResponse> handler)
Returns a list of all rules of a data entity.
|
Future<ListRulesResponse> |
DataCatalogAsyncClient.listRules(ListRulesRequest request,
AsyncHandler<ListRulesRequest,ListRulesResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListRulesResponse |
ListRulesResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListRulesResponse.Builder |
ListRulesResponse.Builder.copy(ListRulesResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.