Uses of Class
com.oracle.bmc.goldengate.model.UpdateIcebergStorageDetails
-
Packages that use UpdateIcebergStorageDetails Package Description com.oracle.bmc.goldengate.model -
-
Uses of UpdateIcebergStorageDetails in com.oracle.bmc.goldengate.model
Subclasses of UpdateIcebergStorageDetails in com.oracle.bmc.goldengate.model Modifier and Type Class Description class
UpdateAmazonS3IcebergStorageDetails
The information to update the Amazon S3 storage used in the Iceberg connection.class
UpdateAzureDataLakeStorageIcebergStorageDetails
The information to update the Azure Data Lake Storage storage used in the Iceberg connection.class
UpdateGoogleCloudStorageIcebergStorageDetails
The information to update the Google Cloud Storage storage used in the Iceberg connection.Methods in com.oracle.bmc.goldengate.model that return UpdateIcebergStorageDetails Modifier and Type Method Description UpdateIcebergStorageDetails
UpdateIcebergConnectionDetails. getStorage()
Methods in com.oracle.bmc.goldengate.model with parameters of type UpdateIcebergStorageDetails Modifier and Type Method Description UpdateIcebergConnectionDetails.Builder
UpdateIcebergConnectionDetails.Builder. storage(UpdateIcebergStorageDetails storage)
Constructors in com.oracle.bmc.goldengate.model with parameters of type UpdateIcebergStorageDetails 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, UpdateIcebergCatalogDetails catalog, UpdateIcebergStorageDetails storage)
Deprecated.
-