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