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 IncrementalExportSpecificationExportDescription. incrementalExportSpecification()Optional object containing the parameters specific to an incremental export.IncrementalExportSpecificationExportTableToPointInTimeRequest. 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.BuilderExportDescription.Builder. incrementalExportSpecification(IncrementalExportSpecification incrementalExportSpecification)Optional object containing the parameters specific to an incremental export.ExportTableToPointInTimeRequest.BuilderExportTableToPointInTimeRequest.Builder. incrementalExportSpecification(IncrementalExportSpecification incrementalExportSpecification)Optional object containing the parameters specific to an incremental export.
-