Uses of Class
com.oracle.bmc.datacatalog.responses.CreateConnectionResponse
-
Packages that use CreateConnectionResponse Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.responses -
-
Uses of CreateConnectionResponse in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return CreateConnectionResponse Modifier and Type Method Description CreateConnectionResponse
DataCatalog. createConnection(CreateConnectionRequest request)
Creates a new connection.CreateConnectionResponse
DataCatalogClient. createConnection(CreateConnectionRequest request)
Methods in com.oracle.bmc.datacatalog that return types with arguments of type CreateConnectionResponse Modifier and Type Method Description Future<CreateConnectionResponse>
DataCatalogAsync. createConnection(CreateConnectionRequest request, AsyncHandler<CreateConnectionRequest,CreateConnectionResponse> handler)
Creates a new connection.Future<CreateConnectionResponse>
DataCatalogAsyncClient. createConnection(CreateConnectionRequest request, AsyncHandler<CreateConnectionRequest,CreateConnectionResponse> handler)
Method parameters in com.oracle.bmc.datacatalog with type arguments of type CreateConnectionResponse Modifier and Type Method Description Future<CreateConnectionResponse>
DataCatalogAsync. createConnection(CreateConnectionRequest request, AsyncHandler<CreateConnectionRequest,CreateConnectionResponse> handler)
Creates a new connection.Future<CreateConnectionResponse>
DataCatalogAsyncClient. createConnection(CreateConnectionRequest request, AsyncHandler<CreateConnectionRequest,CreateConnectionResponse> handler)
-
Uses of CreateConnectionResponse in com.oracle.bmc.datacatalog.responses
Methods in com.oracle.bmc.datacatalog.responses that return CreateConnectionResponse Modifier and Type Method Description CreateConnectionResponse
CreateConnectionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datacatalog.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.
-