Uses of Class
com.oracle.bmc.goldengate.model.UpdateIcebergCatalogDetails
-
Packages that use UpdateIcebergCatalogDetails Package Description com.oracle.bmc.goldengate.model -
-
Uses of UpdateIcebergCatalogDetails in com.oracle.bmc.goldengate.model
Subclasses of UpdateIcebergCatalogDetails in com.oracle.bmc.goldengate.model Modifier and Type Class Description classUpdateGlueIcebergCatalogDetailsThe information to update a Glue catalog used in the Iceberg connection.classUpdateHadoopIcebergCatalogDetailsThe information to update a Hadoop catalog used in the Iceberg connection.classUpdateNessieIcebergCatalogDetailsThe information to update a Nessie catalog used in the Iceberg connection.classUpdatePolarisIcebergCatalogDetailsThe information to update a Polaris catalog used in the Iceberg connection.classUpdateRestIcebergCatalogDetailsThe information to update a Rest catalog used in the Iceberg connection.Methods in com.oracle.bmc.goldengate.model that return UpdateIcebergCatalogDetails Modifier and Type Method Description UpdateIcebergCatalogDetailsUpdateIcebergConnectionDetails. getCatalog()Methods in com.oracle.bmc.goldengate.model with parameters of type UpdateIcebergCatalogDetails Modifier and Type Method Description UpdateIcebergConnectionDetails.BuilderUpdateIcebergConnectionDetails.Builder. catalog(UpdateIcebergCatalogDetails catalog)Constructors in com.oracle.bmc.goldengate.model with parameters of type UpdateIcebergCatalogDetails Constructor Description UpdateIcebergConnectionDetails(String displayName, String description, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String vaultId, String keyId, List<String> nsgIds, String subnetId, RoutingMethod routingMethod, Boolean doesUseSecretIds, Map<String,Map<String,Object>> securityAttributes, UpdateIcebergCatalogDetails catalog, UpdateIcebergStorageDetails storage)Deprecated.
-