Uses of Class
com.oracle.bmc.datascience.responses.GetDataSciencePrivateEndpointResponse
-
Packages that use GetDataSciencePrivateEndpointResponse Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.responses -
-
Uses of GetDataSciencePrivateEndpointResponse in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience that return GetDataSciencePrivateEndpointResponse Modifier and Type Method Description GetDataSciencePrivateEndpointResponse
DataScience. getDataSciencePrivateEndpoint(GetDataSciencePrivateEndpointRequest request)
Retrieves an private endpoint using aprivateEndpointId
.GetDataSciencePrivateEndpointResponse
DataScienceClient. getDataSciencePrivateEndpoint(GetDataSciencePrivateEndpointRequest request)
Method parameters in com.oracle.bmc.datascience with type arguments of type GetDataSciencePrivateEndpointResponse Modifier and Type Method Description Future<GetDataSciencePrivateEndpointResponse>
DataScienceAsync. getDataSciencePrivateEndpoint(GetDataSciencePrivateEndpointRequest request, AsyncHandler<GetDataSciencePrivateEndpointRequest,GetDataSciencePrivateEndpointResponse> handler)
Retrieves an private endpoint using aprivateEndpointId
.Future<GetDataSciencePrivateEndpointResponse>
DataScienceAsyncClient. getDataSciencePrivateEndpoint(GetDataSciencePrivateEndpointRequest request, AsyncHandler<GetDataSciencePrivateEndpointRequest,GetDataSciencePrivateEndpointResponse> handler)
-
Uses of GetDataSciencePrivateEndpointResponse in com.oracle.bmc.datascience.responses
Methods in com.oracle.bmc.datascience.responses that return GetDataSciencePrivateEndpointResponse Modifier and Type Method Description GetDataSciencePrivateEndpointResponse
GetDataSciencePrivateEndpointResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datascience.responses with parameters of type GetDataSciencePrivateEndpointResponse Modifier and Type Method Description GetDataSciencePrivateEndpointResponse.Builder
GetDataSciencePrivateEndpointResponse.Builder. copy(GetDataSciencePrivateEndpointResponse o)
Copy method to populate the builder with values from the given instance.
-