Uses of Class
software.amazon.awssdk.services.keyspaces.model.PointInTimeRecovery
-
Packages that use PointInTimeRecovery Package Description software.amazon.awssdk.services.keyspaces.model -
-
Uses of PointInTimeRecovery in software.amazon.awssdk.services.keyspaces.model
Methods in software.amazon.awssdk.services.keyspaces.model that return PointInTimeRecovery Modifier and Type Method Description PointInTimeRecoveryCreateTableRequest. pointInTimeRecovery()Specifies ifpointInTimeRecoveryis enabled or disabled for the table.PointInTimeRecoveryUpdateTableRequest. pointInTimeRecovery()Modifies thepointInTimeRecoverysettings of the table.PointInTimeRecoveryRestoreTableRequest. pointInTimeRecoveryOverride()Specifies thepointInTimeRecoverysettings for the target table.Methods in software.amazon.awssdk.services.keyspaces.model with parameters of type PointInTimeRecovery Modifier and Type Method Description CreateTableRequest.BuilderCreateTableRequest.Builder. pointInTimeRecovery(PointInTimeRecovery pointInTimeRecovery)Specifies ifpointInTimeRecoveryis enabled or disabled for the table.UpdateTableRequest.BuilderUpdateTableRequest.Builder. pointInTimeRecovery(PointInTimeRecovery pointInTimeRecovery)Modifies thepointInTimeRecoverysettings of the table.RestoreTableRequest.BuilderRestoreTableRequest.Builder. pointInTimeRecoveryOverride(PointInTimeRecovery pointInTimeRecoveryOverride)Specifies thepointInTimeRecoverysettings for the target table.
-