| Package | Description |
|---|---|
| com.amazonaws.services.dynamodbv2 |
|
| com.amazonaws.services.dynamodbv2.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AmazonDynamoDBAsync
Interface for accessing Amazon DynamoDB asynchronously.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AmazonDynamoDBAsyncClient
Interface for accessing Amazon DynamoDB asynchronously.
|
class |
AmazonDynamoDBClient
Client for accessing Amazon DynamoDB.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Tables.doesTableExist(AmazonDynamoDB dynamo,
String tableName)
Checks if a specified table exists and is in
ACTIVE state. |
static void |
Tables.waitForTableToBecomeActive(AmazonDynamoDB dynamo,
String tableName)
Waits up to 10 minutes for a specified AWS DynamoDB table to move into
the
ACTIVE state. |
static void |
Tables.waitForTableToBecomeActive(AmazonDynamoDB dynamo,
String tableName,
int timeout,
int interval)
Waits up to a specified amount of time for a specified AWS DynamoDB table
to move into the
ACTIVE state. |
Copyright © 2019. All rights reserved.