Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
IncrementalExportSpecification |
IncrementalExportSpecification.clone() |
IncrementalExportSpecification |
ExportDescription.getIncrementalExportSpecification()
Optional object containing the parameters specific to an incremental export.
|
IncrementalExportSpecification |
ExportTableToPointInTimeRequest.getIncrementalExportSpecification()
Optional object containing the parameters specific to an incremental export.
|
IncrementalExportSpecification |
IncrementalExportSpecification.withExportFromTime(Date exportFromTime)
Time in the past which provides the inclusive start range for the export table's data, counted in seconds from
the start of the Unix epoch.
|
IncrementalExportSpecification |
IncrementalExportSpecification.withExportToTime(Date exportToTime)
Time in the past which provides the exclusive end range for the export table's data, counted in seconds from the
start of the Unix epoch.
|
IncrementalExportSpecification |
IncrementalExportSpecification.withExportViewType(ExportViewType exportViewType)
Choice of whether to output the previous item image prior to the start time of the incremental export.
|
IncrementalExportSpecification |
IncrementalExportSpecification.withExportViewType(String exportViewType)
Choice of whether to output the previous item image prior to the start time of the incremental export.
|
Modifier and Type | Method and Description |
---|---|
void |
ExportDescription.setIncrementalExportSpecification(IncrementalExportSpecification incrementalExportSpecification)
Optional object containing the parameters specific to an incremental export.
|
void |
ExportTableToPointInTimeRequest.setIncrementalExportSpecification(IncrementalExportSpecification incrementalExportSpecification)
Optional object containing the parameters specific to an incremental export.
|
ExportDescription |
ExportDescription.withIncrementalExportSpecification(IncrementalExportSpecification incrementalExportSpecification)
Optional object containing the parameters specific to an incremental export.
|
ExportTableToPointInTimeRequest |
ExportTableToPointInTimeRequest.withIncrementalExportSpecification(IncrementalExportSpecification incrementalExportSpecification)
Optional object containing the parameters specific to an incremental export.
|
Copyright © 2023. All rights reserved.