Uses of Class
software.amazon.awssdk.services.dynamodb.model.InvalidRestoreTimeException
-
Packages that use InvalidRestoreTimeException Package Description software.amazon.awssdk.services.dynamodb Amazon DynamoDB -
-
Uses of InvalidRestoreTimeException in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that throw InvalidRestoreTimeException Modifier and Type Method Description default RestoreTableToPointInTimeResponseDynamoDbClient. restoreTableToPointInTime(Consumer<RestoreTableToPointInTimeRequest.Builder> restoreTableToPointInTimeRequest)Restores the specified table to the specified point in time withinEarliestRestorableDateTimeandLatestRestorableDateTime.default RestoreTableToPointInTimeResponseDynamoDbClient. restoreTableToPointInTime(RestoreTableToPointInTimeRequest restoreTableToPointInTimeRequest)Restores the specified table to the specified point in time withinEarliestRestorableDateTimeandLatestRestorableDateTime.
-