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 TableRestoreStatusTypeTableRestoreStatusType. fromValue(String value)Use this in place of valueOf.static TableRestoreStatusTypeTableRestoreStatusType. 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 voidTableRestoreStatus. setStatus(TableRestoreStatusType status)A value that describes the current state of the table restore request.TableRestoreStatusTableRestoreStatus. withStatus(TableRestoreStatusType status)A value that describes the current state of the table restore request.
-