Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.util |
Modifier and Type | Method and Description |
---|---|
static void |
TableUtils.waitUntilActive(AmazonDynamoDB dynamo,
String tableName)
Waits up to 10 minutes for a specified DynamoDB table to move into the
ACTIVE 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 the
ACTIVE state. |
Copyright © 2015. All rights reserved.