Uses of Class
software.amazon.awssdk.services.dynamodb.model.PointInTimeRecoveryDescription
-
Packages that use PointInTimeRecoveryDescription Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of PointInTimeRecoveryDescription in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return PointInTimeRecoveryDescription Modifier and Type Method Description PointInTimeRecoveryDescription
ContinuousBackupsDescription. pointInTimeRecoveryDescription()
The description of the point in time recovery settings applied to the table.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type PointInTimeRecoveryDescription Modifier and Type Method Description ContinuousBackupsDescription.Builder
ContinuousBackupsDescription.Builder. pointInTimeRecoveryDescription(PointInTimeRecoveryDescription pointInTimeRecoveryDescription)
The description of the point in time recovery settings applied to the table.
-