| Package | Description |
|---|---|
| software.amazon.awssdk.services.keyspaces.model |
| Modifier and Type | Method and Description |
|---|---|
PointInTimeRecovery |
UpdateTableRequest.pointInTimeRecovery()
Modifies the
pointInTimeRecovery settings of the table. |
PointInTimeRecovery |
CreateTableRequest.pointInTimeRecovery()
Specifies if
pointInTimeRecovery is enabled or disabled for the table. |
PointInTimeRecovery |
RestoreTableRequest.pointInTimeRecoveryOverride()
Specifies the
pointInTimeRecovery settings for the target table. |
| Modifier and Type | Method and Description |
|---|---|
UpdateTableRequest.Builder |
UpdateTableRequest.Builder.pointInTimeRecovery(PointInTimeRecovery pointInTimeRecovery)
Modifies the
pointInTimeRecovery settings of the table. |
CreateTableRequest.Builder |
CreateTableRequest.Builder.pointInTimeRecovery(PointInTimeRecovery pointInTimeRecovery)
Specifies if
pointInTimeRecovery is enabled or disabled for the table. |
RestoreTableRequest.Builder |
RestoreTableRequest.Builder.pointInTimeRecoveryOverride(PointInTimeRecovery pointInTimeRecoveryOverride)
Specifies the
pointInTimeRecovery settings for the target table. |
Copyright © 2023. All rights reserved.