Uses of Class
com.oracle.bmc.dataintegration.model.CreateConnectionFromAtp
-
Packages that use CreateConnectionFromAtp Package Description com.oracle.bmc.dataintegration.model -
-
Uses of CreateConnectionFromAtp in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return CreateConnectionFromAtp Modifier and Type Method Description CreateConnectionFromAtp
CreateConnectionFromAtp.Builder. build()
CreateConnectionFromAtp
CreateDataAssetFromAtp. getDefaultConnection()
Methods in com.oracle.bmc.dataintegration.model with parameters of type CreateConnectionFromAtp Modifier and Type Method Description CreateConnectionFromAtp.Builder
CreateConnectionFromAtp.Builder. copy(CreateConnectionFromAtp model)
CreateDataAssetFromAtp.Builder
CreateDataAssetFromAtp.Builder. defaultConnection(CreateConnectionFromAtp defaultConnection)
Constructors in com.oracle.bmc.dataintegration.model with parameters of type CreateConnectionFromAtp Constructor Description CreateDataAssetFromAtp(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, CreateConnectionFromAtp defaultConnection, DataAsset stagingDataAsset, Connection stagingConnection, Schema bucketSchema)
Deprecated.
-