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