Uses of Enum
com.amazonaws.services.dynamodbv2.model.TableStatus
Packages that use TableStatus
-
Uses of TableStatus in com.amazonaws.services.dynamodbv2.model
Subclasses with type arguments of type TableStatus in com.amazonaws.services.dynamodbv2.modelMethods in com.amazonaws.services.dynamodbv2.model that return TableStatusModifier and TypeMethodDescriptionstatic TableStatusUse this in place of valueOf.static TableStatusReturns 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 TypeMethodDescriptionvoidTableDescription.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)