| Package | Description |
|---|---|
| com.amazonaws.services.keyspaces.model |
| Modifier and Type | Method and Description |
|---|---|
PointInTimeRecoverySummary |
PointInTimeRecoverySummary.clone() |
PointInTimeRecoverySummary |
GetTableResult.getPointInTimeRecovery()
The point-in-time recovery status of the specified table.
|
PointInTimeRecoverySummary |
PointInTimeRecoverySummary.withEarliestRestorableTimestamp(Date earliestRestorableTimestamp)
Specifies the earliest possible restore point of the table in ISO 8601 format.
|
PointInTimeRecoverySummary |
PointInTimeRecoverySummary.withStatus(PointInTimeRecoveryStatus status)
Shows if point-in-time recovery is enabled or disabled for the specified table.
|
PointInTimeRecoverySummary |
PointInTimeRecoverySummary.withStatus(String status)
Shows if point-in-time recovery is enabled or disabled for the specified table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetTableResult.setPointInTimeRecovery(PointInTimeRecoverySummary pointInTimeRecovery)
The point-in-time recovery status of the specified table.
|
GetTableResult |
GetTableResult.withPointInTimeRecovery(PointInTimeRecoverySummary pointInTimeRecovery)
The point-in-time recovery status of the specified table.
|
Copyright © 2022. All rights reserved.