Uses of Enum
com.amazonaws.services.dynamodbv2.model.TableStatus
Packages that use TableStatus
-
Uses of TableStatus in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return TableStatusModifier and TypeMethodDescriptionstatic TableStatus
Use this in place of valueOf.static TableStatus
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 com.amazonaws.services.dynamodbv2.model with parameters of type TableStatusModifier and TypeMethodDescriptionvoid
TableDescription.setTableStatus
(TableStatus tableStatus) The current state of the table:TableDescription.withTableStatus
(TableStatus tableStatus) The current state of the table: -
Uses of TableStatus in com.amazonaws.services.dynamodbv2.util
Constructors in com.amazonaws.services.dynamodbv2.util with parameters of type TableStatusModifierConstructorDescriptionTableNeverTransitionedToStateException
(String tableName, TableStatus desiredStatus)