Uses of Class
com.oracle.bmc.datacatalog.requests.ListNamespacesRequest
-
Packages that use ListNamespacesRequest Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.requests -
-
Uses of ListNamespacesRequest in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog with parameters of type ListNamespacesRequest Modifier and Type Method Description ListNamespacesResponse
DataCatalog. listNamespaces(ListNamespacesRequest request)
Returns a list of namespaces within a data catalog.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)
ListNamespacesResponse
DataCatalogClient. listNamespaces(ListNamespacesRequest request)
Iterable<NamespaceSummary>
DataCatalogPaginators. listNamespacesRecordIterator(ListNamespacesRequest request)
Creates a new iterable which will iterate over theNamespaceSummary
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.Method parameters in com.oracle.bmc.datacatalog with type arguments of type ListNamespacesRequest Modifier and Type Method 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)
-
Uses of ListNamespacesRequest in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return ListNamespacesRequest Modifier and Type Method Description ListNamespacesRequest
ListNamespacesRequest.Builder. build()
Build the instance of ListNamespacesRequest as configured by this builderListNamespacesRequest
ListNamespacesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListNamespacesRequest as configured by this builderMethods in com.oracle.bmc.datacatalog.requests with parameters of type ListNamespacesRequest Modifier and Type Method Description ListNamespacesRequest.Builder
ListNamespacesRequest.Builder. copy(ListNamespacesRequest o)
Copy method to populate the builder with values from the given instance.
-