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.dataintegrationMethods in com.oracle.bmc.dataintegration with parameters of type CreateConnectionRequest Modifier and Type Method Description CreateConnectionResponseDataIntegration. 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)CreateConnectionResponseDataIntegrationClient. 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.requestsMethods in com.oracle.bmc.dataintegration.requests that return CreateConnectionRequest Modifier and Type Method Description CreateConnectionRequestCreateConnectionRequest.Builder. build()Build the instance of CreateConnectionRequest as configured by this builderCreateConnectionRequestCreateConnectionRequest.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.BuilderCreateConnectionRequest.Builder. copy(CreateConnectionRequest o)Copy method to populate the builder with values from the given instance.
 
-