Uses of Class
com.oracle.bmc.dataflow.responses.GetPrivateEndpointResponse
-
Packages that use GetPrivateEndpointResponse Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.responses -
-
Uses of GetPrivateEndpointResponse in com.oracle.bmc.dataflow
Methods in com.oracle.bmc.dataflow that return GetPrivateEndpointResponse Modifier and Type Method Description GetPrivateEndpointResponse
DataFlow. getPrivateEndpoint(GetPrivateEndpointRequest request)
Retrieves an private endpoint using aprivateEndpointId
.GetPrivateEndpointResponse
DataFlowClient. getPrivateEndpoint(GetPrivateEndpointRequest request)
Method parameters in com.oracle.bmc.dataflow with type arguments of type GetPrivateEndpointResponse Modifier and Type Method Description Future<GetPrivateEndpointResponse>
DataFlowAsync. getPrivateEndpoint(GetPrivateEndpointRequest request, AsyncHandler<GetPrivateEndpointRequest,GetPrivateEndpointResponse> handler)
Retrieves an private endpoint using aprivateEndpointId
.Future<GetPrivateEndpointResponse>
DataFlowAsyncClient. getPrivateEndpoint(GetPrivateEndpointRequest request, AsyncHandler<GetPrivateEndpointRequest,GetPrivateEndpointResponse> handler)
-
Uses of GetPrivateEndpointResponse in com.oracle.bmc.dataflow.responses
Methods in com.oracle.bmc.dataflow.responses that return GetPrivateEndpointResponse Modifier and Type Method Description GetPrivateEndpointResponse
GetPrivateEndpointResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataflow.responses with parameters of type GetPrivateEndpointResponse Modifier and Type Method Description GetPrivateEndpointResponse.Builder
GetPrivateEndpointResponse.Builder. copy(GetPrivateEndpointResponse o)
Copy method to populate the builder with values from the given instance.
-