Uses of Class
com.oracle.bmc.dataflow.responses.StopSqlEndpointResponse
-
Packages that use StopSqlEndpointResponse Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.responses -
-
Uses of StopSqlEndpointResponse in com.oracle.bmc.dataflow
Methods in com.oracle.bmc.dataflow that return StopSqlEndpointResponse Modifier and Type Method Description StopSqlEndpointResponse
DataFlow. stopSqlEndpoint(StopSqlEndpointRequest request)
Stops the SqlEndpoint for a givenSqlEndpointId
.StopSqlEndpointResponse
DataFlowClient. stopSqlEndpoint(StopSqlEndpointRequest request)
Methods in com.oracle.bmc.dataflow that return types with arguments of type StopSqlEndpointResponse 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)
Method parameters in com.oracle.bmc.dataflow with type arguments of type StopSqlEndpointResponse 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 StopSqlEndpointResponse in com.oracle.bmc.dataflow.responses
Methods in com.oracle.bmc.dataflow.responses that return StopSqlEndpointResponse Modifier and Type Method Description StopSqlEndpointResponse
StopSqlEndpointResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataflow.responses with parameters of type StopSqlEndpointResponse Modifier and Type Method Description StopSqlEndpointResponse.Builder
StopSqlEndpointResponse.Builder. copy(StopSqlEndpointResponse o)
Copy method to populate the builder with values from the given instance.
-