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