Uses of Class
software.amazon.awssdk.services.redshift.model.TableRestoreStatusType
-
Packages that use TableRestoreStatusType Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of TableRestoreStatusType in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return TableRestoreStatusType Modifier and Type Method Description static TableRestoreStatusTypeTableRestoreStatusType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TableRestoreStatusTypeTableRestoreStatus. status()A value that describes the current state of the table restore request.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 software.amazon.awssdk.services.redshift.model that return types with arguments of type TableRestoreStatusType Modifier and Type Method Description static Set<TableRestoreStatusType>TableRestoreStatusType. knownValues()Methods in software.amazon.awssdk.services.redshift.model with parameters of type TableRestoreStatusType Modifier and Type Method Description TableRestoreStatus.BuilderTableRestoreStatus.Builder. status(TableRestoreStatusType status)A value that describes the current state of the table restore request.
-