Java com.amazonaws.services.dynamodbv2.util TableUtils fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.dynamodbv2.util TableUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.dynamodbv2.util TableUtils.

The text is from its open source code.

Method

booleancreateTableIfNotExists(final AmazonDynamoDB dynamo, final CreateTableRequest createTableRequest)
Creates the table and ignores any errors if it already exists.
booleandeleteTableIfExists(final AmazonDynamoDB dynamo, final DeleteTableRequest deleteTableRequest)
Deletes the table and ignores any errors if it doesn't exist.
voidwaitUntilActive(final AmazonDynamoDB dynamo, final String tableName)
Waits up to 10 minutes for a specified DynamoDB table to move into the ACTIVE state.