Package | Description |
---|---|
com.amazonaws.services.redshift.model |
Modifier and Type | Method and Description |
---|---|
static TableRestoreStatusType |
TableRestoreStatusType.fromValue(String value)
Use this in place of valueOf.
|
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 |
---|---|
void |
TableRestoreStatus.setStatus(TableRestoreStatusType status)
A value that describes the current state of the table restore request.
|
TableRestoreStatus |
TableRestoreStatus.withStatus(TableRestoreStatusType status)
A value that describes the current state of the table restore request.
|
Copyright © 2018. All rights reserved.