| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
static TableRestoreStatusType |
TableRestoreStatusType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TableRestoreStatusType |
TableRestoreStatus.status()
A value that describes the current state of the table restore request.
|
static TableRestoreStatusType |
TableRestoreStatusType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableRestoreStatusType[] |
TableRestoreStatusType.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<TableRestoreStatusType> |
TableRestoreStatusType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
TableRestoreStatus.Builder |
TableRestoreStatus.Builder.status(TableRestoreStatusType status)
A value that describes the current state of the table restore request.
|
Copyright © 2022. All rights reserved.