Package | Description |
---|---|
com.oracle.bmc.dataintegration.model | |
com.oracle.bmc.dataintegration.requests |
Modifier and Type | Class and Description |
---|---|
class |
CreateConnectionFromAdwc
The details to create an Autonomous Data Warehouse data asset connection.
|
class |
CreateConnectionFromAmazonS3
The details to create a Amazon S3 connection.
|
class |
CreateConnectionFromAtp
The details to create an Autonomous Transaction Processing data asset connection.
|
class |
CreateConnectionFromBICC
The connection summary details for a FUSION_APP BICC connection.
|
class |
CreateConnectionFromBIP
The details to create a Fusion applications BIP connection.
|
class |
CreateConnectionFromHdfs
The details to create the HDFS data asset connection.
|
class |
CreateConnectionFromJdbc
The details to create a generic JDBC data asset connection.
|
class |
CreateConnectionFromLake
The details to create a Lake connection.
|
class |
CreateConnectionFromMySQL
The details to create a MYSQL data asset connection.
|
class |
CreateConnectionFromMySqlHeatWave
The details to create a MYSQL HeatWave data asset connection.
|
class |
CreateConnectionFromOAuth2
The details to create a OAuth2 connection
Note: Objects should always be created or deserialized using the CreateConnectionFromOAuth2.Builder . |
class |
CreateConnectionFromObjectStorage
The details to create an Oracle Object Storage data asset connection.
|
class |
CreateConnectionFromOracle
The details to create an Oracle Database data asset connection.
|
class |
CreateConnectionFromOracleEbs
The details to create E-Business Suite data asset connection.
|
class |
CreateConnectionFromOraclePeopleSoft
The details to create an Oracle PeopleSoft data asset connection.
|
class |
CreateConnectionFromOracleSiebel
The details to create an Oracle Siebel data asset connection.
|
class |
CreateConnectionFromRestBasicAuth
The details to create a basic auth rest connection.
|
class |
CreateConnectionFromRestNoAuth
The details to create a no auth rest connection.
|
Modifier and Type | Method and Description |
---|---|
CreateConnectionDetails |
CreateConnectionValidationDetails.getConnection() |
CreateConnectionDetails |
CreateDataAssetFromRest.getDefaultConnection() |
CreateConnectionDetails |
CreateDataAssetFromFusionApp.getDefaultConnection() |
Modifier and Type | Method and Description |
---|---|
CreateConnectionValidationDetails.Builder |
CreateConnectionValidationDetails.Builder.connection(CreateConnectionDetails connection) |
CreateDataAssetFromRest.Builder |
CreateDataAssetFromRest.Builder.defaultConnection(CreateConnectionDetails defaultConnection) |
CreateDataAssetFromFusionApp.Builder |
CreateDataAssetFromFusionApp.Builder.defaultConnection(CreateConnectionDetails defaultConnection) |
Constructor and Description |
---|
CreateConnectionValidationDetails(CreateDataAssetDetails dataAsset,
CreateConnectionDetails connection,
RegistryMetadata registryMetadata)
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.
|
CreateDataAssetFromRest(String key,
String modelVersion,
String name,
String description,
Integer objectStatus,
String identifier,
String externalKey,
Map<String,String> assetProperties,
RegistryMetadata registryMetadata,
String baseUrl,
String manifestFileContent,
CreateConnectionDetails defaultConnection)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CreateConnectionDetails |
CreateConnectionRequest.getBody$()
Alternative accessor for the body parameter.
|
CreateConnectionDetails |
CreateConnectionRequest.getCreateConnectionDetails()
The information needed to create a connection.
|
Modifier and Type | Method and Description |
---|---|
CreateConnectionRequest.Builder |
CreateConnectionRequest.Builder.body$(CreateConnectionDetails body)
Alternative setter for the body parameter.
|
CreateConnectionRequest.Builder |
CreateConnectionRequest.Builder.createConnectionDetails(CreateConnectionDetails createConnectionDetails)
The information needed to create a connection.
|
Copyright © 2016–2024. All rights reserved.