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