Uses of Class
com.oracle.bmc.datascience.requests.ListDataSciencePrivateEndpointsRequest
-
Packages that use ListDataSciencePrivateEndpointsRequest Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.requests -
-
Uses of ListDataSciencePrivateEndpointsRequest in com.oracle.bmc.datascience
Method parameters in com.oracle.bmc.datascience with type arguments of type ListDataSciencePrivateEndpointsRequest Modifier and Type Method Description Future<ListDataSciencePrivateEndpointsResponse>DataScienceAsync. listDataSciencePrivateEndpoints(ListDataSciencePrivateEndpointsRequest request, AsyncHandler<ListDataSciencePrivateEndpointsRequest,ListDataSciencePrivateEndpointsResponse> handler)Lists all Data Science private endpoints in the specified compartment.Future<ListDataSciencePrivateEndpointsResponse>DataScienceAsyncClient. listDataSciencePrivateEndpoints(ListDataSciencePrivateEndpointsRequest request, AsyncHandler<ListDataSciencePrivateEndpointsRequest,ListDataSciencePrivateEndpointsResponse> handler) -
Uses of ListDataSciencePrivateEndpointsRequest in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return ListDataSciencePrivateEndpointsRequest Modifier and Type Method Description ListDataSciencePrivateEndpointsRequestListDataSciencePrivateEndpointsRequest.Builder. build()Build the instance of ListDataSciencePrivateEndpointsRequest as configured by this builderListDataSciencePrivateEndpointsRequestListDataSciencePrivateEndpointsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListDataSciencePrivateEndpointsRequest as configured by this builderMethods in com.oracle.bmc.datascience.requests with parameters of type ListDataSciencePrivateEndpointsRequest Modifier and Type Method Description ListDataSciencePrivateEndpointsRequest.BuilderListDataSciencePrivateEndpointsRequest.Builder. copy(ListDataSciencePrivateEndpointsRequest o)Copy method to populate the builder with values from the given instance.
-