Uses of Class
com.oracle.bmc.dataintegration.model.UpdateConnectionDetails
-
Packages that use UpdateConnectionDetails Package Description com.oracle.bmc.dataintegration.model com.oracle.bmc.dataintegration.requests -
-
Uses of UpdateConnectionDetails in com.oracle.bmc.dataintegration.model
Subclasses of UpdateConnectionDetails in com.oracle.bmc.dataintegration.model Modifier and Type Class Description class
UpdateConnectionFromAdwc
The details to update an Autonomous Data Warehouse data asset connection.class
UpdateConnectionFromAmazonS3
The details to update an Amazon s3 connection.class
UpdateConnectionFromAtp
The details to update an Autonomous Transaction Processing data asset connection.class
UpdateConnectionFromBICC
The details to update a FUSION_APP BICC connection.class
UpdateConnectionFromBIP
The details to update a Fusion applications BIP connection.class
UpdateConnectionFromHdfs
The details to update the HDFS data asset connection.class
UpdateConnectionFromJdbc
The details to update a generic JDBC data asset connection.class
UpdateConnectionFromLake
The details to update a Lake connection.class
UpdateConnectionFromMySQL
The details to update a MYSQL data asset connection.class
UpdateConnectionFromMySqlHeatWave
The details to update a MYSQL HeatWave data asset connection.class
UpdateConnectionFromOAuth2
The details to update a OAuth connection.class
UpdateConnectionFromObjectStorage
The details to update an Oracle Object Storage data asset connection.class
UpdateConnectionFromOracle
The details to update an Oracle Database data asset connection.class
UpdateConnectionFromOracleEbs
The details to update E-Business Suite data asset connection.class
UpdateConnectionFromOraclePeopleSoft
The details to update an Oracle PeopleSoft data asset connection.class
UpdateConnectionFromOracleSiebel
The details to update an Oracle Siebel data asset connection.class
UpdateConnectionFromRestBasicAuth
The details to update a basic auth rest connection.class
UpdateConnectionFromRestNoAuth
The details to update a no auth rest connection.Methods in com.oracle.bmc.dataintegration.model that return UpdateConnectionDetails Modifier and Type Method Description UpdateConnectionDetails
UpdateDataAssetFromRest. getDefaultConnection()
Methods in com.oracle.bmc.dataintegration.model with parameters of type UpdateConnectionDetails Modifier and Type Method Description UpdateDataAssetFromRest.Builder
UpdateDataAssetFromRest.Builder. defaultConnection(UpdateConnectionDetails defaultConnection)
Constructors in com.oracle.bmc.dataintegration.model with parameters of type UpdateConnectionDetails Constructor Description UpdateDataAssetFromRest(String key, String modelVersion, String name, String description, Integer objectStatus, Integer objectVersion, String identifier, String externalKey, Map<String,String> assetProperties, RegistryMetadata registryMetadata, String baseUrl, String manifestFileContent, UpdateConnectionDetails defaultConnection)
Deprecated. -
Uses of UpdateConnectionDetails in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return UpdateConnectionDetails Modifier and Type Method Description UpdateConnectionDetails
UpdateConnectionRequest. getBody$()
Alternative accessor for the body parameter.UpdateConnectionDetails
UpdateConnectionRequest. getUpdateConnectionDetails()
The information needed to update a connection.Methods in com.oracle.bmc.dataintegration.requests with parameters of type UpdateConnectionDetails Modifier and Type Method Description UpdateConnectionRequest.Builder
UpdateConnectionRequest.Builder. body$(UpdateConnectionDetails body)
Alternative setter for the body parameter.UpdateConnectionRequest.Builder
UpdateConnectionRequest.Builder. updateConnectionDetails(UpdateConnectionDetails updateConnectionDetails)
The information needed to update a connection.
-