Uses of Class
com.oracle.bmc.dataintegration.model.ConnectionSummaryFromObjectStorage
-
Packages that use ConnectionSummaryFromObjectStorage Package Description com.oracle.bmc.dataintegration.model -
-
Uses of ConnectionSummaryFromObjectStorage in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return ConnectionSummaryFromObjectStorage Modifier and Type Method Description ConnectionSummaryFromObjectStorage
ConnectionSummaryFromObjectStorage.Builder. build()
ConnectionSummaryFromObjectStorage
DataAssetSummaryFromObjectStorage. getDefaultConnection()
ConnectionSummaryFromObjectStorage
BipCallAttribute. getStagingConnection()
ConnectionSummaryFromObjectStorage
BipReadAttributes. getStagingConnection()
ConnectionSummaryFromObjectStorage
CreateDataAssetFromFusionApp. getStagingConnection()
ConnectionSummaryFromObjectStorage
DataAssetSummaryFromFusionApp. getStagingConnection()
Methods in com.oracle.bmc.dataintegration.model with parameters of type ConnectionSummaryFromObjectStorage Modifier and Type Method Description ConnectionSummaryFromObjectStorage.Builder
ConnectionSummaryFromObjectStorage.Builder. copy(ConnectionSummaryFromObjectStorage model)
DataAssetSummaryFromObjectStorage.Builder
DataAssetSummaryFromObjectStorage.Builder. defaultConnection(ConnectionSummaryFromObjectStorage defaultConnection)
BipCallAttribute.Builder
BipCallAttribute.Builder. stagingConnection(ConnectionSummaryFromObjectStorage stagingConnection)
BipReadAttributes.Builder
BipReadAttributes.Builder. stagingConnection(ConnectionSummaryFromObjectStorage stagingConnection)
CreateDataAssetFromFusionApp.Builder
CreateDataAssetFromFusionApp.Builder. stagingConnection(ConnectionSummaryFromObjectStorage stagingConnection)
DataAssetSummaryFromFusionApp.Builder
DataAssetSummaryFromFusionApp.Builder. stagingConnection(ConnectionSummaryFromObjectStorage stagingConnection)
Constructors in com.oracle.bmc.dataintegration.model with parameters of type ConnectionSummaryFromObjectStorage Constructor Description BipCallAttribute(Integer fetchSize, String offsetParameter, String fetchNextRowsParameter, DataAssetSummaryFromObjectStorage stagingDataAsset, ConnectionSummaryFromObjectStorage stagingConnection, Schema bucketSchema)
Deprecated.BipReadAttributes(Integer fetchSize, Integer rowLimit, String offsetParameter, String fetchNextRowsParameter, List<BipReportParameterValue> customParameters, DataAssetSummaryFromObjectStorage stagingDataAsset, ConnectionSummaryFromObjectStorage stagingConnection, Schema bucketSchema)
Deprecated.CreateDataAssetFromFusionApp(String key, String modelVersion, String name, String description, Integer objectStatus, String identifier, String externalKey, Map<String,String> assetProperties, RegistryMetadata registryMetadata, String serviceUrl, CreateConnectionDetails defaultConnection, DataAssetSummaryFromObjectStorage stagingDataAsset, ConnectionSummaryFromObjectStorage stagingConnection, Schema bucketSchema)
Deprecated.DataAssetSummaryFromFusionApp(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 serviceUrl, ConnectionSummary defaultConnection, DataAssetSummaryFromObjectStorage stagingDataAsset, ConnectionSummaryFromObjectStorage stagingConnection, Schema bucketSchema)
Deprecated.DataAssetSummaryFromObjectStorage(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 ociRegion, String url, String tenancyId, String namespace, ConnectionSummaryFromObjectStorage defaultConnection)
Deprecated.
-