Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model | |
com.amazonaws.services.dynamodbv2.util |
Modifier and Type | Method and Description |
---|---|
static TableStatus |
TableStatus.fromValue(java.lang.String value)
Use this in place of valueOf.
|
static TableStatus |
TableStatus.valueOf(java.lang.String name)
Returns 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.
|
Modifier and Type | Method and Description |
---|---|
void |
TableDescription.setTableStatus(TableStatus tableStatus)
The current state of the table:
|
TableDescription |
TableDescription.withTableStatus(TableStatus tableStatus)
The current state of the table:
|
Modifier and Type | Method and Description |
---|---|
private static TableDescription |
TableUtils.waitForTableDescription(AmazonDynamoDB dynamo,
java.lang.String tableName,
TableStatus desiredStatus,
int timeout,
int interval)
Wait for the table to reach the desired status and returns the table
description
|
Constructor and Description |
---|
TableNeverTransitionedToStateException(java.lang.String tableName,
TableStatus desiredStatus) |