Uses of Class
com.oracle.bmc.goldengate.model.CreateIcebergCatalogDetails
-
Packages that use CreateIcebergCatalogDetails Package Description com.oracle.bmc.goldengate.model -
-
Uses of CreateIcebergCatalogDetails in com.oracle.bmc.goldengate.model
Subclasses of CreateIcebergCatalogDetails in com.oracle.bmc.goldengate.model Modifier and Type Class Description classCreateGlueIcebergCatalogDetailsThe information about a new a Glue catalog used in the Iceberg connection.classCreateHadoopIcebergCatalogDetailsThe information about a new Hadoop catalog used in the Iceberg connection.classCreateNessieIcebergCatalogDetailsThe information about a new Nessie catalog used in the Iceberg connection.classCreatePolarisIcebergCatalogDetailsThe information about a new Polaris catalog used in the Iceberg connection.classCreateRestIcebergCatalogDetailsThe information about a new Rest catalog used in the Iceberg connection.Methods in com.oracle.bmc.goldengate.model that return CreateIcebergCatalogDetails Modifier and Type Method Description CreateIcebergCatalogDetailsCreateIcebergConnectionDetails. getCatalog()Methods in com.oracle.bmc.goldengate.model with parameters of type CreateIcebergCatalogDetails Modifier and Type Method Description CreateIcebergConnectionDetails.BuilderCreateIcebergConnectionDetails.Builder. catalog(CreateIcebergCatalogDetails catalog)Constructors in com.oracle.bmc.goldengate.model with parameters of type CreateIcebergCatalogDetails Constructor Description CreateIcebergConnectionDetails(String displayName, String description, String compartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<AddResourceLockDetails> locks, String vaultId, String keyId, List<String> nsgIds, String subnetId, RoutingMethod routingMethod, Boolean doesUseSecretIds, String subscriptionId, String clusterPlacementGroupId, Map<String,Map<String,Object>> securityAttributes, IcebergConnection.TechnologyType technologyType, CreateIcebergCatalogDetails catalog, CreateIcebergStorageDetails storage)Deprecated.
-