Uses of Enum
com.amazonaws.services.redshift.model.TableRestoreStatusType
Packages that use TableRestoreStatusType
-
Uses of TableRestoreStatusType in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return TableRestoreStatusTypeModifier and TypeMethodDescriptionstatic TableRestoreStatusType
Use this in place of valueOf.static TableRestoreStatusType
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 TableRestoreStatusTypeModifier and TypeMethodDescriptionvoid
TableRestoreStatus.setStatus
(TableRestoreStatusType status) A value that describes the current state of the table restore request.TableRestoreStatus.withStatus
(TableRestoreStatusType status) A value that describes the current state of the table restore request.