Uses of Class
com.oracle.bmc.dataflow.requests.StopSqlEndpointRequest
-
Packages that use StopSqlEndpointRequest Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.requests -
-
Uses of StopSqlEndpointRequest in com.oracle.bmc.dataflow
Methods in com.oracle.bmc.dataflow with parameters of type StopSqlEndpointRequest Modifier and Type Method Description StopSqlEndpointResponse
DataFlow. stopSqlEndpoint(StopSqlEndpointRequest request)
Stops the SqlEndpoint for a givenSqlEndpointId
.Future<StopSqlEndpointResponse>
DataFlowAsync. stopSqlEndpoint(StopSqlEndpointRequest request, AsyncHandler<StopSqlEndpointRequest,StopSqlEndpointResponse> handler)
Stops the SqlEndpoint for a givenSqlEndpointId
.Future<StopSqlEndpointResponse>
DataFlowAsyncClient. stopSqlEndpoint(StopSqlEndpointRequest request, AsyncHandler<StopSqlEndpointRequest,StopSqlEndpointResponse> handler)
StopSqlEndpointResponse
DataFlowClient. stopSqlEndpoint(StopSqlEndpointRequest request)
Method parameters in com.oracle.bmc.dataflow with type arguments of type StopSqlEndpointRequest Modifier and Type Method Description Future<StopSqlEndpointResponse>
DataFlowAsync. stopSqlEndpoint(StopSqlEndpointRequest request, AsyncHandler<StopSqlEndpointRequest,StopSqlEndpointResponse> handler)
Stops the SqlEndpoint for a givenSqlEndpointId
.Future<StopSqlEndpointResponse>
DataFlowAsyncClient. stopSqlEndpoint(StopSqlEndpointRequest request, AsyncHandler<StopSqlEndpointRequest,StopSqlEndpointResponse> handler)
-
Uses of StopSqlEndpointRequest in com.oracle.bmc.dataflow.requests
Methods in com.oracle.bmc.dataflow.requests that return StopSqlEndpointRequest Modifier and Type Method Description StopSqlEndpointRequest
StopSqlEndpointRequest.Builder. build()
Build the instance of StopSqlEndpointRequest as configured by this builderStopSqlEndpointRequest
StopSqlEndpointRequest.Builder. buildWithoutInvocationCallback()
Build the instance of StopSqlEndpointRequest as configured by this builderMethods in com.oracle.bmc.dataflow.requests with parameters of type StopSqlEndpointRequest Modifier and Type Method Description StopSqlEndpointRequest.Builder
StopSqlEndpointRequest.Builder. copy(StopSqlEndpointRequest o)
Copy method to populate the builder with values from the given instance.
-