Uses of Class
com.oracle.bmc.dataintegration.model.UpdateConnectionFromLake
-
Packages that use UpdateConnectionFromLake Package Description com.oracle.bmc.dataintegration.model -
-
Uses of UpdateConnectionFromLake in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return UpdateConnectionFromLake Modifier and Type Method Description UpdateConnectionFromLake
UpdateConnectionFromLake.Builder. build()
UpdateConnectionFromLake
UpdateDataAssetFromLake. getDefaultConnection()
Methods in com.oracle.bmc.dataintegration.model with parameters of type UpdateConnectionFromLake Modifier and Type Method Description UpdateConnectionFromLake.Builder
UpdateConnectionFromLake.Builder. copy(UpdateConnectionFromLake model)
UpdateDataAssetFromLake.Builder
UpdateDataAssetFromLake.Builder. defaultConnection(UpdateConnectionFromLake defaultConnection)
Constructors in com.oracle.bmc.dataintegration.model with parameters of type UpdateConnectionFromLake Constructor Description UpdateDataAssetFromLake(String key, String modelVersion, String name, String description, Integer objectStatus, Integer objectVersion, String identifier, String externalKey, Map<String,String> assetProperties, RegistryMetadata registryMetadata, String lakeId, String metastoreId, String lakeProxyEndpoint, UpdateConnectionFromLake defaultConnection)
Deprecated.
-