Uses of Class
software.amazon.awssdk.services.glue.model.S3GlueParquetTarget
-
Packages that use S3GlueParquetTarget Package Description software.amazon.awssdk.services.glue.model -
-
Uses of S3GlueParquetTarget in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return S3GlueParquetTarget Modifier and Type Method Description S3GlueParquetTargetCodeGenConfigurationNode. s3GlueParquetTarget()Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.Methods in software.amazon.awssdk.services.glue.model with parameters of type S3GlueParquetTarget Modifier and Type Method Description CodeGenConfigurationNode.BuilderCodeGenConfigurationNode.Builder. s3GlueParquetTarget(S3GlueParquetTarget s3GlueParquetTarget)Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.
-