| Package | Description |
|---|---|
| software.amazon.awssdk.services.dynamodb.model |
| Modifier and Type | Method and Description |
|---|---|
ExportType |
ExportSummary.exportType()
The type of export that was performed.
|
ExportType |
ExportDescription.exportType()
The type of export that was performed.
|
ExportType |
ExportTableToPointInTimeRequest.exportType()
Choice of whether to execute as a full export or incremental export.
|
static ExportType |
ExportType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<ExportType> |
ExportType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ExportSummary.Builder |
ExportSummary.Builder.exportType(ExportType exportType)
The type of export that was performed.
|
ExportDescription.Builder |
ExportDescription.Builder.exportType(ExportType exportType)
The type of export that was performed.
|
ExportTableToPointInTimeRequest.Builder |
ExportTableToPointInTimeRequest.Builder.exportType(ExportType exportType)
Choice of whether to execute as a full export or incremental export.
|
Copyright © 2023. All rights reserved.