Uses of Class
com.oracle.bmc.datacatalog.responses.ImportConnectionResponse
-
Packages that use ImportConnectionResponse Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.responses -
-
Uses of ImportConnectionResponse in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return ImportConnectionResponse Modifier and Type Method Description ImportConnectionResponseDataCatalog. importConnection(ImportConnectionRequest request)Import new connection for this data asset.ImportConnectionResponseDataCatalogClient. importConnection(ImportConnectionRequest request)Methods in com.oracle.bmc.datacatalog that return types with arguments of type ImportConnectionResponse Modifier and Type Method Description Future<ImportConnectionResponse>DataCatalogAsync. importConnection(ImportConnectionRequest request, AsyncHandler<ImportConnectionRequest,ImportConnectionResponse> handler)Import new connection for this data asset.Future<ImportConnectionResponse>DataCatalogAsyncClient. importConnection(ImportConnectionRequest request, AsyncHandler<ImportConnectionRequest,ImportConnectionResponse> handler)Method parameters in com.oracle.bmc.datacatalog with type arguments of type ImportConnectionResponse Modifier and Type Method Description Future<ImportConnectionResponse>DataCatalogAsync. importConnection(ImportConnectionRequest request, AsyncHandler<ImportConnectionRequest,ImportConnectionResponse> handler)Import new connection for this data asset.Future<ImportConnectionResponse>DataCatalogAsyncClient. importConnection(ImportConnectionRequest request, AsyncHandler<ImportConnectionRequest,ImportConnectionResponse> handler) -
Uses of ImportConnectionResponse in com.oracle.bmc.datacatalog.responses
Methods in com.oracle.bmc.datacatalog.responses that return ImportConnectionResponse Modifier and Type Method Description ImportConnectionResponseImportConnectionResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datacatalog.responses with parameters of type ImportConnectionResponse Modifier and Type Method Description ImportConnectionResponse.BuilderImportConnectionResponse.Builder. copy(ImportConnectionResponse o)Copy method to populate the builder with values from the given instance.
-