Class PointInTimeRecovery

java.lang.Object
software.amazon.awssdk.services.keyspaces.model.PointInTimeRecovery
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<PointInTimeRecovery.Builder,PointInTimeRecovery>

@Generated("software.amazon.awssdk:codegen") public final class PointInTimeRecovery extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PointInTimeRecovery.Builder,PointInTimeRecovery>

Point-in-time recovery (PITR) helps protect your Amazon Keyspaces tables from accidental write or delete operations by providing you continuous backups of your table data.

For more information, see Point-in-time recovery in the Amazon Keyspaces Developer Guide.

See Also: