Uses of Class
software.amazon.awssdk.services.databasemigration.model.ParquetVersionValue
-
Packages that use ParquetVersionValue Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of ParquetVersionValue in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return ParquetVersionValue Modifier and Type Method Description static ParquetVersionValueParquetVersionValue. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ParquetVersionValueS3Settings. parquetVersion()The version of the Apache Parquet format that you want to use:parquet_1_0(the default) orparquet_2_0.static ParquetVersionValueParquetVersionValue. valueOf(String name)Returns the enum constant of this type with the specified name.static ParquetVersionValue[]ParquetVersionValue. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type ParquetVersionValue Modifier and Type Method Description static Set<ParquetVersionValue>ParquetVersionValue. knownValues()Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type ParquetVersionValue Modifier and Type Method Description S3Settings.BuilderS3Settings.Builder. parquetVersion(ParquetVersionValue parquetVersion)The version of the Apache Parquet format that you want to use:parquet_1_0(the default) orparquet_2_0.
-