Uses of Class
com.oracle.bmc.datacatalog.responses.ListCatalogPrivateEndpointsResponse
-
Packages that use ListCatalogPrivateEndpointsResponse Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.responses -
-
Uses of ListCatalogPrivateEndpointsResponse in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return ListCatalogPrivateEndpointsResponse Modifier and Type Method Description ListCatalogPrivateEndpointsResponseDataCatalog. listCatalogPrivateEndpoints(ListCatalogPrivateEndpointsRequest request)Returns a list of all the catalog private endpoints in the specified compartment.ListCatalogPrivateEndpointsResponseDataCatalogClient. listCatalogPrivateEndpoints(ListCatalogPrivateEndpointsRequest request)Methods in com.oracle.bmc.datacatalog that return types with arguments of type ListCatalogPrivateEndpointsResponse Modifier and Type Method Description Future<ListCatalogPrivateEndpointsResponse>DataCatalogAsync. listCatalogPrivateEndpoints(ListCatalogPrivateEndpointsRequest request, AsyncHandler<ListCatalogPrivateEndpointsRequest,ListCatalogPrivateEndpointsResponse> handler)Returns a list of all the catalog private endpoints in the specified compartment.Future<ListCatalogPrivateEndpointsResponse>DataCatalogAsyncClient. listCatalogPrivateEndpoints(ListCatalogPrivateEndpointsRequest request, AsyncHandler<ListCatalogPrivateEndpointsRequest,ListCatalogPrivateEndpointsResponse> handler)Iterable<ListCatalogPrivateEndpointsResponse>DataCatalogPaginators. listCatalogPrivateEndpointsResponseIterator(ListCatalogPrivateEndpointsRequest request)Creates a new iterable which will iterate over the responses received from the listCatalogPrivateEndpoints operation.Method parameters in com.oracle.bmc.datacatalog with type arguments of type ListCatalogPrivateEndpointsResponse Modifier and Type Method Description Future<ListCatalogPrivateEndpointsResponse>DataCatalogAsync. listCatalogPrivateEndpoints(ListCatalogPrivateEndpointsRequest request, AsyncHandler<ListCatalogPrivateEndpointsRequest,ListCatalogPrivateEndpointsResponse> handler)Returns a list of all the catalog private endpoints in the specified compartment.Future<ListCatalogPrivateEndpointsResponse>DataCatalogAsyncClient. listCatalogPrivateEndpoints(ListCatalogPrivateEndpointsRequest request, AsyncHandler<ListCatalogPrivateEndpointsRequest,ListCatalogPrivateEndpointsResponse> handler) -
Uses of ListCatalogPrivateEndpointsResponse in com.oracle.bmc.datacatalog.responses
Methods in com.oracle.bmc.datacatalog.responses that return ListCatalogPrivateEndpointsResponse Modifier and Type Method Description ListCatalogPrivateEndpointsResponseListCatalogPrivateEndpointsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datacatalog.responses with parameters of type ListCatalogPrivateEndpointsResponse Modifier and Type Method Description ListCatalogPrivateEndpointsResponse.BuilderListCatalogPrivateEndpointsResponse.Builder. copy(ListCatalogPrivateEndpointsResponse o)Copy method to populate the builder with values from the given instance.
-