Uses of Class
com.oracle.bmc.dataintegration.model.CreateConnectionFromHdfs
-
Packages that use CreateConnectionFromHdfs Package Description com.oracle.bmc.dataintegration.model -
-
Uses of CreateConnectionFromHdfs in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return CreateConnectionFromHdfs Modifier and Type Method Description CreateConnectionFromHdfs
CreateConnectionFromHdfs.Builder. build()
CreateConnectionFromHdfs
CreateDataAssetFromHdfs. getDefaultConnection()
Methods in com.oracle.bmc.dataintegration.model with parameters of type CreateConnectionFromHdfs Modifier and Type Method Description CreateConnectionFromHdfs.Builder
CreateConnectionFromHdfs.Builder. copy(CreateConnectionFromHdfs model)
CreateDataAssetFromHdfs.Builder
CreateDataAssetFromHdfs.Builder. defaultConnection(CreateConnectionFromHdfs defaultConnection)
Constructors in com.oracle.bmc.dataintegration.model with parameters of type CreateConnectionFromHdfs Constructor Description CreateDataAssetFromHdfs(String key, String modelVersion, String name, String description, Integer objectStatus, String identifier, String externalKey, Map<String,String> assetProperties, RegistryMetadata registryMetadata, String host, String port, String protocol, Boolean validateCertificate, CreateConnectionFromHdfs defaultConnection)
Deprecated.
-