| Package | Description |
|---|---|
| software.amazon.awssdk.services.keyspaces.model |
| Modifier and Type | Method and Description |
|---|---|
static PointInTimeRecoveryStatus |
PointInTimeRecoveryStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PointInTimeRecoveryStatus |
PointInTimeRecovery.status()
The options are:
|
PointInTimeRecoveryStatus |
PointInTimeRecoverySummary.status()
Shows if point-in-time recovery is enabled or disabled for the specified table.
|
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 |
|---|---|
static Set<PointInTimeRecoveryStatus> |
PointInTimeRecoveryStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
PointInTimeRecovery.Builder |
PointInTimeRecovery.Builder.status(PointInTimeRecoveryStatus status)
The options are:
|
PointInTimeRecoverySummary.Builder |
PointInTimeRecoverySummary.Builder.status(PointInTimeRecoveryStatus status)
Shows if point-in-time recovery is enabled or disabled for the specified table.
|
Copyright © 2022. All rights reserved.