Package | Description |
---|---|
com.oracle.bmc.datacatalog | |
com.oracle.bmc.datacatalog.requests |
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) |
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<TypeSummary> |
DataCatalogPaginators.listTypesRecordIterator(ListTypesRequest request)
Creates a new iterable which will iterate over the
TypeSummary objects contained in responses from the
listTypes operation. |
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 |
---|---|
ListTypesRequest |
ListTypesRequest.Builder.build()
Build the instance of ListTypesRequest as configured by this builder
|
ListTypesRequest |
ListTypesRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListTypesRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListTypesRequest.Builder |
ListTypesRequest.Builder.copy(ListTypesRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.