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 ListNamespacesResponseDataCatalog. 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)ListNamespacesResponseDataCatalogClient. listNamespaces(ListNamespacesRequest request)Iterable<NamespaceSummary>DataCatalogPaginators. listNamespacesRecordIterator(ListNamespacesRequest request)Creates a new iterable which will iterate over theNamespaceSummaryobjects 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 ListNamespacesRequestListNamespacesRequest.Builder. build()Build the instance of ListNamespacesRequest as configured by this builderListNamespacesRequestListNamespacesRequest.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.BuilderListNamespacesRequest.Builder. copy(ListNamespacesRequest o)Copy method to populate the builder with values from the given instance.
-