Uses of Class
com.oracle.bmc.datacatalog.responses.ListNamespacesResponse
-
Packages that use ListNamespacesResponse Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.responses -
-
Uses of ListNamespacesResponse in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return ListNamespacesResponse Modifier and Type Method Description ListNamespacesResponse
DataCatalog. listNamespaces(ListNamespacesRequest request)
Returns a list of namespaces within a data catalog.ListNamespacesResponse
DataCatalogClient. listNamespaces(ListNamespacesRequest request)
Methods in com.oracle.bmc.datacatalog that return types with arguments of type ListNamespacesResponse 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)
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 ListNamespacesResponse 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 ListNamespacesResponse in com.oracle.bmc.datacatalog.responses
Methods in com.oracle.bmc.datacatalog.responses that return ListNamespacesResponse Modifier and Type Method Description ListNamespacesResponse
ListNamespacesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datacatalog.responses with parameters of type ListNamespacesResponse Modifier and Type Method Description ListNamespacesResponse.Builder
ListNamespacesResponse.Builder. copy(ListNamespacesResponse o)
Copy method to populate the builder with values from the given instance.
-