Uses of Class
software.amazon.awssdk.services.glue.model.S3IcebergCatalogTarget
-
Packages that use S3IcebergCatalogTarget Package Description software.amazon.awssdk.services.glue.model -
-
Uses of S3IcebergCatalogTarget in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return S3IcebergCatalogTarget Modifier and Type Method Description S3IcebergCatalogTargetCodeGenConfigurationNode. s3IcebergCatalogTarget()Specifies an Apache Iceberg catalog target that writes data to Amazon S3 and registers the table in the Glue Data Catalog.Methods in software.amazon.awssdk.services.glue.model with parameters of type S3IcebergCatalogTarget Modifier and Type Method Description CodeGenConfigurationNode.BuilderCodeGenConfigurationNode.Builder. s3IcebergCatalogTarget(S3IcebergCatalogTarget s3IcebergCatalogTarget)Specifies an Apache Iceberg catalog target that writes data to Amazon S3 and registers the table in the Glue Data Catalog.
-