Uses of Class
software.amazon.awssdk.services.dynamodb.model.RestoreTableToPointInTimeResponse
-
Packages that use RestoreTableToPointInTimeResponse Package Description software.amazon.awssdk.services.dynamodb Amazon DynamoDB -
-
Uses of RestoreTableToPointInTimeResponse in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that return RestoreTableToPointInTimeResponse 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.Methods in software.amazon.awssdk.services.dynamodb that return types with arguments of type RestoreTableToPointInTimeResponse Modifier and Type Method Description default CompletableFuture<RestoreTableToPointInTimeResponse>DynamoDbAsyncClient. restoreTableToPointInTime(Consumer<RestoreTableToPointInTimeRequest.Builder> restoreTableToPointInTimeRequest)Restores the specified table to the specified point in time withinEarliestRestorableDateTimeandLatestRestorableDateTime.default CompletableFuture<RestoreTableToPointInTimeResponse>DynamoDbAsyncClient. restoreTableToPointInTime(RestoreTableToPointInTimeRequest restoreTableToPointInTimeRequest)Restores the specified table to the specified point in time withinEarliestRestorableDateTimeandLatestRestorableDateTime.
-