Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
PointInTimeRecoveryDescription |
PointInTimeRecoveryDescription.clone() |
PointInTimeRecoveryDescription |
ContinuousBackupsDescription.getPointInTimeRecoveryDescription()
The description of the point in time recovery settings applied to the table.
|
PointInTimeRecoveryDescription |
PointInTimeRecoveryDescription.withEarliestRestorableDateTime(Date earliestRestorableDateTime)
Specifies the earliest point in time you can restore your table to.
|
PointInTimeRecoveryDescription |
PointInTimeRecoveryDescription.withLatestRestorableDateTime(Date latestRestorableDateTime)
LatestRestorableDateTime is typically 5 minutes before the current time. |
PointInTimeRecoveryDescription |
PointInTimeRecoveryDescription.withPointInTimeRecoveryStatus(PointInTimeRecoveryStatus pointInTimeRecoveryStatus)
The current state of point in time recovery:
|
PointInTimeRecoveryDescription |
PointInTimeRecoveryDescription.withPointInTimeRecoveryStatus(String pointInTimeRecoveryStatus)
The current state of point in time recovery:
|
Modifier and Type | Method and Description |
---|---|
void |
ContinuousBackupsDescription.setPointInTimeRecoveryDescription(PointInTimeRecoveryDescription pointInTimeRecoveryDescription)
The description of the point in time recovery settings applied to the table.
|
ContinuousBackupsDescription |
ContinuousBackupsDescription.withPointInTimeRecoveryDescription(PointInTimeRecoveryDescription pointInTimeRecoveryDescription)
The description of the point in time recovery settings applied to the table.
|
Copyright © 2023. All rights reserved.