Uses of Class
com.oracle.bmc.dataflow.requests.UpdatePrivateEndpointRequest
-
Packages that use UpdatePrivateEndpointRequest Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.requests -
-
Uses of UpdatePrivateEndpointRequest in com.oracle.bmc.dataflow
Methods in com.oracle.bmc.dataflow with parameters of type UpdatePrivateEndpointRequest Modifier and Type Method Description UpdatePrivateEndpointResponse
DataFlow. updatePrivateEndpoint(UpdatePrivateEndpointRequest request)
Updates a private endpoint using aprivateEndpointId
.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)
UpdatePrivateEndpointResponse
DataFlowClient. updatePrivateEndpoint(UpdatePrivateEndpointRequest request)
Method parameters in com.oracle.bmc.dataflow with type arguments of type UpdatePrivateEndpointRequest 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 UpdatePrivateEndpointRequest in com.oracle.bmc.dataflow.requests
Methods in com.oracle.bmc.dataflow.requests that return UpdatePrivateEndpointRequest Modifier and Type Method Description UpdatePrivateEndpointRequest
UpdatePrivateEndpointRequest.Builder. build()
Build the instance of UpdatePrivateEndpointRequest as configured by this builderUpdatePrivateEndpointRequest
UpdatePrivateEndpointRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdatePrivateEndpointRequest as configured by this builderMethods in com.oracle.bmc.dataflow.requests with parameters of type UpdatePrivateEndpointRequest Modifier and Type Method Description UpdatePrivateEndpointRequest.Builder
UpdatePrivateEndpointRequest.Builder. copy(UpdatePrivateEndpointRequest o)
Copy method to populate the builder with values from the given instance.
-