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