Uses of Class
com.oracle.bmc.goldengate.model.IcebergStorage
-
Packages that use IcebergStorage Package Description com.oracle.bmc.goldengate.model -
-
Uses of IcebergStorage in com.oracle.bmc.goldengate.model
Subclasses of IcebergStorage in com.oracle.bmc.goldengate.model Modifier and Type Class Description class
AmazonS3IcebergStorage
Represents an Amazon S3 storage used in the Iceberg connection.class
AzureDataLakeStorageIcebergStorage
Represents an Azure Data Lake Storage storage used in the Iceberg connection.class
GoogleCloudStorageIcebergStorage
Represents a Google Cloud Storage storage used in the Iceberg connection.Methods in com.oracle.bmc.goldengate.model that return IcebergStorage Modifier and Type Method Description IcebergStorage
IcebergConnection. getStorage()
Methods in com.oracle.bmc.goldengate.model with parameters of type IcebergStorage Modifier and Type Method Description IcebergConnection.Builder
IcebergConnection.Builder. storage(IcebergStorage storage)
Constructors in com.oracle.bmc.goldengate.model with parameters of type IcebergStorage Constructor Description IcebergConnection(String id, String displayName, String description, String compartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Connection.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, List<ResourceLock> locks, String vaultId, String keyId, List<IngressIpDetails> ingressIps, List<String> nsgIds, String subnetId, RoutingMethod routingMethod, Boolean doesUseSecretIds, IcebergConnection.TechnologyType technologyType, IcebergCatalog catalog, IcebergStorage storage)
Deprecated.
-