Uses of Class
com.oracle.bmc.dataintegration.model.CreateConnectionFromAdwc
-
Packages that use CreateConnectionFromAdwc Package Description com.oracle.bmc.dataintegration.model -
-
Uses of CreateConnectionFromAdwc in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return CreateConnectionFromAdwc Modifier and Type Method Description CreateConnectionFromAdwc
CreateConnectionFromAdwc.Builder. build()
CreateConnectionFromAdwc
CreateDataAssetFromAdwc. getDefaultConnection()
Methods in com.oracle.bmc.dataintegration.model with parameters of type CreateConnectionFromAdwc Modifier and Type Method Description CreateConnectionFromAdwc.Builder
CreateConnectionFromAdwc.Builder. copy(CreateConnectionFromAdwc model)
CreateDataAssetFromAdwc.Builder
CreateDataAssetFromAdwc.Builder. defaultConnection(CreateConnectionFromAdwc defaultConnection)
Constructors in com.oracle.bmc.dataintegration.model with parameters of type CreateConnectionFromAdwc Constructor Description CreateDataAssetFromAdwc(String key, String modelVersion, String name, String description, Integer objectStatus, String identifier, String externalKey, Map<String,String> assetProperties, RegistryMetadata registryMetadata, String serviceName, String driverClass, String credentialFileContent, SensitiveAttribute walletSecret, SensitiveAttribute walletPasswordSecret, String regionId, String tenancyId, String compartmentId, String autonomousDbId, CreateConnectionFromAdwc defaultConnection, DataAsset stagingDataAsset, Connection stagingConnection, Schema bucketSchema)
Deprecated.
-