Uses of Class
software.amazon.awssdk.services.dynamodb.model.IncrementalExportSpecification
-
Packages that use IncrementalExportSpecification Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of IncrementalExportSpecification in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return IncrementalExportSpecification Modifier and Type Method Description IncrementalExportSpecification
ExportDescription. incrementalExportSpecification()
Optional object containing the parameters specific to an incremental export.IncrementalExportSpecification
ExportTableToPointInTimeRequest. incrementalExportSpecification()
Optional object containing the parameters specific to an incremental export.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type IncrementalExportSpecification Modifier and Type Method Description ExportDescription.Builder
ExportDescription.Builder. incrementalExportSpecification(IncrementalExportSpecification incrementalExportSpecification)
Optional object containing the parameters specific to an incremental export.ExportTableToPointInTimeRequest.Builder
ExportTableToPointInTimeRequest.Builder. incrementalExportSpecification(IncrementalExportSpecification incrementalExportSpecification)
Optional object containing the parameters specific to an incremental export.
-