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.dataflow
Methods in com.oracle.bmc.dataflow that return UpdatePrivateEndpointResponse Modifier and Type Method Description UpdatePrivateEndpointResponse
DataFlow. updatePrivateEndpoint(UpdatePrivateEndpointRequest request)
Updates a private endpoint using aprivateEndpointId
.UpdatePrivateEndpointResponse
DataFlowClient. 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.responses
Methods in com.oracle.bmc.dataflow.responses that return UpdatePrivateEndpointResponse Modifier and Type Method Description UpdatePrivateEndpointResponse
UpdatePrivateEndpointResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataflow.responses with parameters of type UpdatePrivateEndpointResponse Modifier and Type Method Description UpdatePrivateEndpointResponse.Builder
UpdatePrivateEndpointResponse.Builder. copy(UpdatePrivateEndpointResponse o)
Copy method to populate the builder with values from the given instance.
-