| Package | Description |
|---|---|
| com.amazonaws.services.keyspaces.model |
| Modifier and Type | Method and Description |
|---|---|
static PointInTimeRecoveryStatus |
PointInTimeRecoveryStatus.fromValue(String value)
Use this in place of valueOf.
|
static PointInTimeRecoveryStatus |
PointInTimeRecoveryStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PointInTimeRecoveryStatus[] |
PointInTimeRecoveryStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PointInTimeRecoverySummary |
PointInTimeRecoverySummary.withStatus(PointInTimeRecoveryStatus status)
Shows if point-in-time recovery is enabled or disabled for the specified table.
|
PointInTimeRecovery |
PointInTimeRecovery.withStatus(PointInTimeRecoveryStatus status)
The options are:
|
Copyright © 2022. All rights reserved.