Uses of Class
com.oracle.bmc.dataflow.requests.UpdateSqlEndpointRequest
-
Packages that use UpdateSqlEndpointRequest Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.requests -
-
Uses of UpdateSqlEndpointRequest in com.oracle.bmc.dataflow
Methods in com.oracle.bmc.dataflow with parameters of type UpdateSqlEndpointRequest Modifier and Type Method Description UpdateSqlEndpointResponse
DataFlow. updateSqlEndpoint(UpdateSqlEndpointRequest request)
Update a Sql Endpoint resource, identified by the SqlEndpoint id.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)
UpdateSqlEndpointResponse
DataFlowClient. updateSqlEndpoint(UpdateSqlEndpointRequest request)
Method parameters in com.oracle.bmc.dataflow with type arguments of type UpdateSqlEndpointRequest 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 UpdateSqlEndpointRequest in com.oracle.bmc.dataflow.requests
Methods in com.oracle.bmc.dataflow.requests that return UpdateSqlEndpointRequest Modifier and Type Method Description UpdateSqlEndpointRequest
UpdateSqlEndpointRequest.Builder. build()
Build the instance of UpdateSqlEndpointRequest as configured by this builderUpdateSqlEndpointRequest
UpdateSqlEndpointRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateSqlEndpointRequest as configured by this builderMethods in com.oracle.bmc.dataflow.requests with parameters of type UpdateSqlEndpointRequest Modifier and Type Method Description UpdateSqlEndpointRequest.Builder
UpdateSqlEndpointRequest.Builder. copy(UpdateSqlEndpointRequest o)
Copy method to populate the builder with values from the given instance.
-