Uses of Class
com.oracle.bmc.dataflow.requests.CreateSqlEndpointRequest
-
Packages that use CreateSqlEndpointRequest Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.requests -
-
Uses of CreateSqlEndpointRequest in com.oracle.bmc.dataflow
Methods in com.oracle.bmc.dataflow with parameters of type CreateSqlEndpointRequest Modifier and Type Method Description CreateSqlEndpointResponse
DataFlow. createSqlEndpoint(CreateSqlEndpointRequest request)
Create a new Sql Endpoint.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)
CreateSqlEndpointResponse
DataFlowClient. createSqlEndpoint(CreateSqlEndpointRequest request)
Method parameters in com.oracle.bmc.dataflow with type arguments of type CreateSqlEndpointRequest 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 CreateSqlEndpointRequest in com.oracle.bmc.dataflow.requests
Methods in com.oracle.bmc.dataflow.requests that return CreateSqlEndpointRequest Modifier and Type Method Description CreateSqlEndpointRequest
CreateSqlEndpointRequest.Builder. build()
Build the instance of CreateSqlEndpointRequest as configured by this builderCreateSqlEndpointRequest
CreateSqlEndpointRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateSqlEndpointRequest as configured by this builderMethods in com.oracle.bmc.dataflow.requests with parameters of type CreateSqlEndpointRequest Modifier and Type Method Description CreateSqlEndpointRequest.Builder
CreateSqlEndpointRequest.Builder. copy(CreateSqlEndpointRequest o)
Copy method to populate the builder with values from the given instance.
-