| Package | Description |
|---|---|
| software.amazon.awssdk.services.databasemigration.model |
| Modifier and Type | Method and Description |
|---|---|
static ParquetVersionValue |
ParquetVersionValue.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ParquetVersionValue |
S3Settings.parquetVersion()
The version of the Apache Parquet format that you want to use:
parquet_1_0 (the default) or
parquet_2_0. |
static ParquetVersionValue |
ParquetVersionValue.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ParquetVersionValue> |
ParquetVersionValue.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
S3Settings.Builder |
S3Settings.Builder.parquetVersion(ParquetVersionValue parquetVersion)
The version of the Apache Parquet format that you want to use:
parquet_1_0 (the default) or
parquet_2_0. |
Copyright © 2023. All rights reserved.