Uses of Class
software.amazon.awssdk.services.dynamodb.model.RestoreTableToPointInTimeResponse
Packages that use RestoreTableToPointInTimeResponse
-
Uses of RestoreTableToPointInTimeResponse in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that return RestoreTableToPointInTimeResponseModifier and TypeMethodDescriptionDynamoDbClient.restoreTableToPointInTime(Consumer<RestoreTableToPointInTimeRequest.Builder> 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.Methods in software.amazon.awssdk.services.dynamodb that return types with arguments of type RestoreTableToPointInTimeResponseModifier and TypeMethodDescriptionDynamoDbAsyncClient.restoreTableToPointInTime(Consumer<RestoreTableToPointInTimeRequest.Builder> restoreTableToPointInTimeRequest) Restores the specified table to the specified point in time withinEarliestRestorableDateTimeandLatestRestorableDateTime.DynamoDbAsyncClient.restoreTableToPointInTime(RestoreTableToPointInTimeRequest restoreTableToPointInTimeRequest) Restores the specified table to the specified point in time withinEarliestRestorableDateTimeandLatestRestorableDateTime.