Uses of Class
com.oracle.bmc.dataintegration.requests.CreateConnectionRequest
-
Packages that use CreateConnectionRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests -
-
Uses of CreateConnectionRequest in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration with parameters of type CreateConnectionRequest Modifier and Type Method Description CreateConnectionResponse
DataIntegration. createConnection(CreateConnectionRequest request)
Creates a connection under an existing data asset.Future<CreateConnectionResponse>
DataIntegrationAsync. createConnection(CreateConnectionRequest request, AsyncHandler<CreateConnectionRequest,CreateConnectionResponse> handler)
Creates a connection under an existing data asset.Future<CreateConnectionResponse>
DataIntegrationAsyncClient. createConnection(CreateConnectionRequest request, AsyncHandler<CreateConnectionRequest,CreateConnectionResponse> handler)
CreateConnectionResponse
DataIntegrationClient. createConnection(CreateConnectionRequest request)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type CreateConnectionRequest Modifier and Type Method Description Future<CreateConnectionResponse>
DataIntegrationAsync. createConnection(CreateConnectionRequest request, AsyncHandler<CreateConnectionRequest,CreateConnectionResponse> handler)
Creates a connection under an existing data asset.Future<CreateConnectionResponse>
DataIntegrationAsyncClient. createConnection(CreateConnectionRequest request, AsyncHandler<CreateConnectionRequest,CreateConnectionResponse> handler)
-
Uses of CreateConnectionRequest in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return CreateConnectionRequest Modifier and Type Method Description CreateConnectionRequest
CreateConnectionRequest.Builder. build()
Build the instance of CreateConnectionRequest as configured by this builderCreateConnectionRequest
CreateConnectionRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateConnectionRequest as configured by this builderMethods in com.oracle.bmc.dataintegration.requests with parameters of type CreateConnectionRequest Modifier and Type Method Description CreateConnectionRequest.Builder
CreateConnectionRequest.Builder. copy(CreateConnectionRequest o)
Copy method to populate the builder with values from the given instance.
-