Uses of Class
software.amazon.awssdk.services.dynamodb.model.PointInTimeRecoverySpecification
-
Packages that use PointInTimeRecoverySpecification Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of PointInTimeRecoverySpecification in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return PointInTimeRecoverySpecification Modifier and Type Method Description PointInTimeRecoverySpecification
UpdateContinuousBackupsRequest. pointInTimeRecoverySpecification()
Represents the settings used to enable point in time recovery.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type PointInTimeRecoverySpecification Modifier and Type Method Description UpdateContinuousBackupsRequest.Builder
UpdateContinuousBackupsRequest.Builder. pointInTimeRecoverySpecification(PointInTimeRecoverySpecification pointInTimeRecoverySpecification)
Represents the settings used to enable point in time recovery.
-