Uses of Class
com.oracle.bmc.dataflow.responses.UpdateSqlEndpointResponse
-
Packages that use UpdateSqlEndpointResponse Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.responses -
-
Uses of UpdateSqlEndpointResponse in com.oracle.bmc.dataflow
Methods in com.oracle.bmc.dataflow that return UpdateSqlEndpointResponse Modifier and Type Method Description UpdateSqlEndpointResponse
DataFlow. updateSqlEndpoint(UpdateSqlEndpointRequest request)
Update a Sql Endpoint resource, identified by the SqlEndpoint id.UpdateSqlEndpointResponse
DataFlowClient. updateSqlEndpoint(UpdateSqlEndpointRequest request)
Methods in com.oracle.bmc.dataflow that return types with arguments of type UpdateSqlEndpointResponse Modifier and Type Method Description Future<UpdateSqlEndpointResponse>
DataFlowAsync. updateSqlEndpoint(UpdateSqlEndpointRequest request, AsyncHandler<UpdateSqlEndpointRequest,UpdateSqlEndpointResponse> handler)
Update a Sql Endpoint resource, identified by the SqlEndpoint id.Future<UpdateSqlEndpointResponse>
DataFlowAsyncClient. updateSqlEndpoint(UpdateSqlEndpointRequest request, AsyncHandler<UpdateSqlEndpointRequest,UpdateSqlEndpointResponse> handler)
Method parameters in com.oracle.bmc.dataflow with type arguments of type UpdateSqlEndpointResponse Modifier and Type Method Description Future<UpdateSqlEndpointResponse>
DataFlowAsync. updateSqlEndpoint(UpdateSqlEndpointRequest request, AsyncHandler<UpdateSqlEndpointRequest,UpdateSqlEndpointResponse> handler)
Update a Sql Endpoint resource, identified by the SqlEndpoint id.Future<UpdateSqlEndpointResponse>
DataFlowAsyncClient. updateSqlEndpoint(UpdateSqlEndpointRequest request, AsyncHandler<UpdateSqlEndpointRequest,UpdateSqlEndpointResponse> handler)
-
Uses of UpdateSqlEndpointResponse in com.oracle.bmc.dataflow.responses
Methods in com.oracle.bmc.dataflow.responses that return UpdateSqlEndpointResponse Modifier and Type Method Description UpdateSqlEndpointResponse
UpdateSqlEndpointResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataflow.responses with parameters of type UpdateSqlEndpointResponse Modifier and Type Method Description UpdateSqlEndpointResponse.Builder
UpdateSqlEndpointResponse.Builder. copy(UpdateSqlEndpointResponse o)
Copy method to populate the builder with values from the given instance.
-