Uses of Class
com.oracle.bmc.datacatalog.requests.ListCatalogPrivateEndpointsRequest
-
Packages that use ListCatalogPrivateEndpointsRequest Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.requests -
-
Uses of ListCatalogPrivateEndpointsRequest in com.oracle.bmc.datacatalog
Method parameters in com.oracle.bmc.datacatalog with type arguments of type ListCatalogPrivateEndpointsRequest 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 ListCatalogPrivateEndpointsRequest in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return ListCatalogPrivateEndpointsRequest Modifier and Type Method Description ListCatalogPrivateEndpointsRequestListCatalogPrivateEndpointsRequest.Builder. build()Build the instance of ListCatalogPrivateEndpointsRequest as configured by this builderListCatalogPrivateEndpointsRequestListCatalogPrivateEndpointsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListCatalogPrivateEndpointsRequest as configured by this builderMethods in com.oracle.bmc.datacatalog.requests with parameters of type ListCatalogPrivateEndpointsRequest Modifier and Type Method Description ListCatalogPrivateEndpointsRequest.BuilderListCatalogPrivateEndpointsRequest.Builder. copy(ListCatalogPrivateEndpointsRequest o)Copy method to populate the builder with values from the given instance.
-