Uses of Class
com.oracle.bmc.dataflow.responses.UpdatePrivateEndpointResponse
- 
Packages that use UpdatePrivateEndpointResponse Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.responses 
- 
- 
Uses of UpdatePrivateEndpointResponse in com.oracle.bmc.dataflowMethods in com.oracle.bmc.dataflow that return UpdatePrivateEndpointResponse Modifier and Type Method Description UpdatePrivateEndpointResponseDataFlow. updatePrivateEndpoint(UpdatePrivateEndpointRequest request)Updates a private endpoint using aprivateEndpointId.UpdatePrivateEndpointResponseDataFlowClient. updatePrivateEndpoint(UpdatePrivateEndpointRequest request)Methods in com.oracle.bmc.dataflow that return types with arguments of type UpdatePrivateEndpointResponse Modifier and Type Method Description Future<UpdatePrivateEndpointResponse>DataFlowAsync. updatePrivateEndpoint(UpdatePrivateEndpointRequest request, AsyncHandler<UpdatePrivateEndpointRequest,UpdatePrivateEndpointResponse> handler)Updates a private endpoint using aprivateEndpointId.Future<UpdatePrivateEndpointResponse>DataFlowAsyncClient. updatePrivateEndpoint(UpdatePrivateEndpointRequest request, AsyncHandler<UpdatePrivateEndpointRequest,UpdatePrivateEndpointResponse> handler)Method parameters in com.oracle.bmc.dataflow with type arguments of type UpdatePrivateEndpointResponse Modifier and Type Method Description Future<UpdatePrivateEndpointResponse>DataFlowAsync. updatePrivateEndpoint(UpdatePrivateEndpointRequest request, AsyncHandler<UpdatePrivateEndpointRequest,UpdatePrivateEndpointResponse> handler)Updates a private endpoint using aprivateEndpointId.Future<UpdatePrivateEndpointResponse>DataFlowAsyncClient. updatePrivateEndpoint(UpdatePrivateEndpointRequest request, AsyncHandler<UpdatePrivateEndpointRequest,UpdatePrivateEndpointResponse> handler)
- 
Uses of UpdatePrivateEndpointResponse in com.oracle.bmc.dataflow.responsesMethods in com.oracle.bmc.dataflow.responses that return UpdatePrivateEndpointResponse Modifier and Type Method Description UpdatePrivateEndpointResponseUpdatePrivateEndpointResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.dataflow.responses with parameters of type UpdatePrivateEndpointResponse Modifier and Type Method Description UpdatePrivateEndpointResponse.BuilderUpdatePrivateEndpointResponse.Builder. copy(UpdatePrivateEndpointResponse o)Copy method to populate the builder with values from the given instance.
 
-