Uses of Class
software.amazon.awssdk.services.dynamodb.model.RestoreTableToPointInTimeRequest
Packages that use RestoreTableToPointInTimeRequest
Package
Description
-
Uses of RestoreTableToPointInTimeRequest in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb with parameters of type RestoreTableToPointInTimeRequestModifier and TypeMethodDescriptionDynamoDbAsyncClient.restoreTableToPointInTime(RestoreTableToPointInTimeRequest restoreTableToPointInTimeRequest) Restores the specified table to the specified point in time withinEarliestRestorableDateTimeandLatestRestorableDateTime.DynamoDbClient.restoreTableToPointInTime(RestoreTableToPointInTimeRequest restoreTableToPointInTimeRequest) Restores the specified table to the specified point in time withinEarliestRestorableDateTimeandLatestRestorableDateTime. -
Uses of RestoreTableToPointInTimeRequest in software.amazon.awssdk.services.dynamodb.transform
Methods in software.amazon.awssdk.services.dynamodb.transform with parameters of type RestoreTableToPointInTimeRequestModifier and TypeMethodDescriptionRestoreTableToPointInTimeRequestMarshaller.marshall(RestoreTableToPointInTimeRequest restoreTableToPointInTimeRequest)