Uses of Class
software.amazon.awssdk.services.dynamodb.model.TableStatus
-
Packages that use TableStatus Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of TableStatus in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.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.TableStatusTableWarmThroughputDescription. status()Represents warm throughput value of the base table.TableStatusTableAutoScalingDescription. tableStatus()The current state of the table:TableStatusTableDescription. tableStatus()The current state of the 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.dynamodb.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.dynamodb.model with parameters of type TableStatus Modifier and Type Method Description TableWarmThroughputDescription.BuilderTableWarmThroughputDescription.Builder. status(TableStatus status)Represents warm throughput value of the base table.TableAutoScalingDescription.BuilderTableAutoScalingDescription.Builder. tableStatus(TableStatus tableStatus)The current state of the table:TableDescription.BuilderTableDescription.Builder. tableStatus(TableStatus tableStatus)The current state of the table:
-