| Package | Description |
|---|---|
| com.amazonaws.services.keyspaces.model |
| Modifier and Type | Method and Description |
|---|---|
PointInTimeRecovery |
PointInTimeRecovery.clone() |
PointInTimeRecovery |
UpdateTableRequest.getPointInTimeRecovery()
Modifies the
pointInTimeRecovery settings of the table. |
PointInTimeRecovery |
CreateTableRequest.getPointInTimeRecovery()
Specifies if
pointInTimeRecovery is enabled or disabled for the table. |
PointInTimeRecovery |
RestoreTableRequest.getPointInTimeRecoveryOverride()
Specifies the
pointInTimeRecovery settings for the target table. |
PointInTimeRecovery |
PointInTimeRecovery.withStatus(PointInTimeRecoveryStatus status)
The options are:
|
PointInTimeRecovery |
PointInTimeRecovery.withStatus(String status)
The options are:
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateTableRequest.setPointInTimeRecovery(PointInTimeRecovery pointInTimeRecovery)
Modifies the
pointInTimeRecovery settings of the table. |
void |
CreateTableRequest.setPointInTimeRecovery(PointInTimeRecovery pointInTimeRecovery)
Specifies if
pointInTimeRecovery is enabled or disabled for the table. |
void |
RestoreTableRequest.setPointInTimeRecoveryOverride(PointInTimeRecovery pointInTimeRecoveryOverride)
Specifies the
pointInTimeRecovery settings for the target table. |
UpdateTableRequest |
UpdateTableRequest.withPointInTimeRecovery(PointInTimeRecovery pointInTimeRecovery)
Modifies the
pointInTimeRecovery settings of the table. |
CreateTableRequest |
CreateTableRequest.withPointInTimeRecovery(PointInTimeRecovery pointInTimeRecovery)
Specifies if
pointInTimeRecovery is enabled or disabled for the table. |
RestoreTableRequest |
RestoreTableRequest.withPointInTimeRecoveryOverride(PointInTimeRecovery pointInTimeRecoveryOverride)
Specifies the
pointInTimeRecovery settings for the target table. |
Copyright © 2022. All rights reserved.