Uses of Class
com.oracle.bmc.dataintegration.model.UpdateConnectionFromAdwc
-
Packages that use UpdateConnectionFromAdwc Package Description com.oracle.bmc.dataintegration.model -
-
Uses of UpdateConnectionFromAdwc in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return UpdateConnectionFromAdwc Modifier and Type Method Description UpdateConnectionFromAdwc
UpdateConnectionFromAdwc.Builder. build()
UpdateConnectionFromAdwc
UpdateDataAssetFromAdwc. getDefaultConnection()
Methods in com.oracle.bmc.dataintegration.model with parameters of type UpdateConnectionFromAdwc Modifier and Type Method Description UpdateConnectionFromAdwc.Builder
UpdateConnectionFromAdwc.Builder. copy(UpdateConnectionFromAdwc model)
UpdateDataAssetFromAdwc.Builder
UpdateDataAssetFromAdwc.Builder. defaultConnection(UpdateConnectionFromAdwc defaultConnection)
Constructors in com.oracle.bmc.dataintegration.model with parameters of type UpdateConnectionFromAdwc Constructor Description UpdateDataAssetFromAdwc(String key, String modelVersion, String name, String description, Integer objectStatus, Integer objectVersion, 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, UpdateConnectionFromAdwc defaultConnection)
Deprecated.
-