Uses of Class
com.amazonaws.services.dynamodbv2.util.TableUtils.TableNeverTransitionedToStateException
Packages that use TableUtils.TableNeverTransitionedToStateException
-
Uses of TableUtils.TableNeverTransitionedToStateException in com.amazonaws.services.dynamodbv2.util
Methods in com.amazonaws.services.dynamodbv2.util that throw TableUtils.TableNeverTransitionedToStateExceptionModifier and TypeMethodDescriptionstatic void
TableUtils.waitUntilActive
(AmazonDynamoDB dynamo, String tableName) Waits up to 10 minutes for a specified DynamoDB table to move into theACTIVE
state.static void
TableUtils.waitUntilActive
(AmazonDynamoDB dynamo, String tableName, int timeout, int interval) Waits up to a specified amount of time for a specified DynamoDB table to move into theACTIVE
state.