Uses of Class
com.oracle.bmc.dataintegration.responses.CreateConnectionResponse
- 
Packages that use CreateConnectionResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses 
- 
- 
Uses of CreateConnectionResponse in com.oracle.bmc.dataintegrationMethods in com.oracle.bmc.dataintegration that return CreateConnectionResponse Modifier and Type Method Description CreateConnectionResponseDataIntegration. createConnection(CreateConnectionRequest request)Creates a connection under an existing data asset.CreateConnectionResponseDataIntegrationClient. createConnection(CreateConnectionRequest request)Methods in com.oracle.bmc.dataintegration that return types with arguments of type CreateConnectionResponse 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)Method parameters in com.oracle.bmc.dataintegration with type arguments of type CreateConnectionResponse 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 CreateConnectionResponse in com.oracle.bmc.dataintegration.responsesMethods in com.oracle.bmc.dataintegration.responses that return CreateConnectionResponse Modifier and Type Method Description CreateConnectionResponseCreateConnectionResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type CreateConnectionResponse Modifier and Type Method Description CreateConnectionResponse.BuilderCreateConnectionResponse.Builder. copy(CreateConnectionResponse o)Copy method to populate the builder with values from the given instance.
 
-