Package | Description |
---|---|
com.oracle.bmc.datacatalog | |
com.oracle.bmc.datacatalog.requests |
Modifier and Type | Method and Description |
---|---|
ListNamespacesResponse |
DataCatalog.listNamespaces(ListNamespacesRequest request)
Returns a list of namespaces within a data catalog.
|
ListNamespacesResponse |
DataCatalogClient.listNamespaces(ListNamespacesRequest request) |
Future<ListNamespacesResponse> |
DataCatalogAsync.listNamespaces(ListNamespacesRequest request,
AsyncHandler<ListNamespacesRequest,ListNamespacesResponse> handler)
Returns a list of namespaces within a data catalog.
|
Future<ListNamespacesResponse> |
DataCatalogAsyncClient.listNamespaces(ListNamespacesRequest request,
AsyncHandler<ListNamespacesRequest,ListNamespacesResponse> handler) |
Iterable<NamespaceSummary> |
DataCatalogPaginators.listNamespacesRecordIterator(ListNamespacesRequest request)
Creates a new iterable which will iterate over the
NamespaceSummary objects contained in responses from the
listNamespaces operation. |
Iterable<ListNamespacesResponse> |
DataCatalogPaginators.listNamespacesResponseIterator(ListNamespacesRequest request)
Creates a new iterable which will iterate over the responses received from the listNamespaces
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListNamespacesResponse> |
DataCatalogAsync.listNamespaces(ListNamespacesRequest request,
AsyncHandler<ListNamespacesRequest,ListNamespacesResponse> handler)
Returns a list of namespaces within a data catalog.
|
Future<ListNamespacesResponse> |
DataCatalogAsyncClient.listNamespaces(ListNamespacesRequest request,
AsyncHandler<ListNamespacesRequest,ListNamespacesResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListNamespacesRequest |
ListNamespacesRequest.Builder.build()
Build the instance of ListNamespacesRequest as configured by this builder
|
ListNamespacesRequest |
ListNamespacesRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListNamespacesRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListNamespacesRequest.Builder |
ListNamespacesRequest.Builder.copy(ListNamespacesRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.