Uses of Class
software.amazon.awssdk.services.dynamodb.model.RestoreTableToPointInTimeRequest
-
Packages that use RestoreTableToPointInTimeRequest Package Description software.amazon.awssdk.services.dynamodb Amazon DynamoDB software.amazon.awssdk.services.dynamodb.transform -
-
Uses of RestoreTableToPointInTimeRequest in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb with parameters of type RestoreTableToPointInTimeRequest Modifier and Type Method Description default CompletableFuture<RestoreTableToPointInTimeResponse>DynamoDbAsyncClient. restoreTableToPointInTime(RestoreTableToPointInTimeRequest 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. -
Uses of RestoreTableToPointInTimeRequest in software.amazon.awssdk.services.dynamodb.transform
Methods in software.amazon.awssdk.services.dynamodb.transform with parameters of type RestoreTableToPointInTimeRequest Modifier and Type Method Description SdkHttpFullRequestRestoreTableToPointInTimeRequestMarshaller. marshall(RestoreTableToPointInTimeRequest restoreTableToPointInTimeRequest)
-