Uses of Class
software.amazon.awssdk.services.keyspaces.model.TableStatus
-
Packages that use TableStatus Package Description software.amazon.awssdk.services.keyspaces.model -
-
Uses of TableStatus in software.amazon.awssdk.services.keyspaces.model
Methods in software.amazon.awssdk.services.keyspaces.model that return TableStatus Modifier and Type Method Description static TableStatusTableStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TableStatusGetTableResponse. status()The current status of the specified table.static TableStatusTableStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static TableStatus[]TableStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.keyspaces.model that return types with arguments of type TableStatus Modifier and Type Method Description static Set<TableStatus>TableStatus. knownValues()Methods in software.amazon.awssdk.services.keyspaces.model with parameters of type TableStatus Modifier and Type Method Description GetTableResponse.BuilderGetTableResponse.Builder. status(TableStatus status)The current status of the specified table.
-