Uses of Class
com.oracle.bmc.datascience.responses.ListDataSciencePrivateEndpointsResponse
-
Packages that use ListDataSciencePrivateEndpointsResponse Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.responses -
-
Uses of ListDataSciencePrivateEndpointsResponse in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience that return ListDataSciencePrivateEndpointsResponse Modifier and Type Method Description ListDataSciencePrivateEndpointsResponse
DataScience. listDataSciencePrivateEndpoints(ListDataSciencePrivateEndpointsRequest request)
Lists all Data Science private endpoints in the specified compartment.ListDataSciencePrivateEndpointsResponse
DataScienceClient. listDataSciencePrivateEndpoints(ListDataSciencePrivateEndpointsRequest request)
Method parameters in com.oracle.bmc.datascience with type arguments of type ListDataSciencePrivateEndpointsResponse 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 ListDataSciencePrivateEndpointsResponse in com.oracle.bmc.datascience.responses
Methods in com.oracle.bmc.datascience.responses that return ListDataSciencePrivateEndpointsResponse Modifier and Type Method Description ListDataSciencePrivateEndpointsResponse
ListDataSciencePrivateEndpointsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datascience.responses with parameters of type ListDataSciencePrivateEndpointsResponse Modifier and Type Method Description ListDataSciencePrivateEndpointsResponse.Builder
ListDataSciencePrivateEndpointsResponse.Builder. copy(ListDataSciencePrivateEndpointsResponse o)
Copy method to populate the builder with values from the given instance.
-