| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
static ParquetVersionValue |
ParquetVersionValue.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
void |
S3Settings.setParquetVersion(ParquetVersionValue parquetVersion)
The version of Apache Parquet format you want to use:
PARQUET_1_0 (default) or
PARQUET_2_0. |
S3Settings |
S3Settings.withParquetVersion(ParquetVersionValue parquetVersion)
The version of Apache Parquet format you want to use:
PARQUET_1_0 (default) or
PARQUET_2_0. |
Copyright © 2019. All rights reserved.