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