Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
static ExportFormat |
ExportFormat.fromValue(String value)
Use this in place of valueOf.
|
static ExportFormat |
ExportFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportFormat[] |
ExportFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ExportDescription |
ExportDescription.withExportFormat(ExportFormat exportFormat)
The format of the exported data.
|
ExportTableToPointInTimeRequest |
ExportTableToPointInTimeRequest.withExportFormat(ExportFormat exportFormat)
The format for the exported data.
|
Copyright © 2022. All rights reserved.