| Package | Description |
|---|---|
| com.amazonaws.services.dynamodbv2.model |
| Modifier and Type | Method and Description |
|---|---|
static ExportType |
ExportType.fromValue(String value)
Use this in place of valueOf.
|
static ExportType |
ExportType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportType[] |
ExportType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ExportSummary |
ExportSummary.withExportType(ExportType exportType)
The type of export that was performed.
|
ExportDescription |
ExportDescription.withExportType(ExportType exportType)
The type of export that was performed.
|
ExportTableToPointInTimeRequest |
ExportTableToPointInTimeRequest.withExportType(ExportType exportType)
Choice of whether to execute as a full export or incremental export.
|
Copyright © 2023. All rights reserved.