Uses of Class
com.amazonaws.services.redshift.model.TableRestoreStatusType
-
Packages that use TableRestoreStatusType Package Description com.amazonaws.services.redshift.model -
-
Uses of TableRestoreStatusType in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return TableRestoreStatusType Modifier and Type Method 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.Methods in com.amazonaws.services.redshift.model with parameters of type TableRestoreStatusType Modifier and Type Method 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.
-