Uses of Enum
software.amazon.awssdk.services.databasemigration.model.ParquetVersionValue
Packages that use ParquetVersionValue
-
Uses of ParquetVersionValue in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return ParquetVersionValueModifier and TypeMethodDescriptionstatic ParquetVersionValueUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ParquetVersionValueS3Settings.parquetVersion()The version of the Apache Parquet format that you want to use:parquet_1_0(the default) orparquet_2_0.static ParquetVersionValueReturns 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 ParquetVersionValueModifier and TypeMethodDescriptionstatic Set<ParquetVersionValue>ParquetVersionValue.knownValues()Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type ParquetVersionValueModifier and TypeMethodDescriptionS3Settings.Builder.parquetVersion(ParquetVersionValue parquetVersion) The version of the Apache Parquet format that you want to use:parquet_1_0(the default) orparquet_2_0.