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.dataintegration
Methods in com.oracle.bmc.dataintegration that return CreateConnectionResponse Modifier and Type Method Description CreateConnectionResponse
DataIntegration. createConnection(CreateConnectionRequest request)
Creates a connection under an existing data asset.CreateConnectionResponse
DataIntegrationClient. 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.responses
Methods in com.oracle.bmc.dataintegration.responses that return CreateConnectionResponse Modifier and Type Method Description CreateConnectionResponse
CreateConnectionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type CreateConnectionResponse Modifier and Type Method Description CreateConnectionResponse.Builder
CreateConnectionResponse.Builder. copy(CreateConnectionResponse o)
Copy method to populate the builder with values from the given instance.
-