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