Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.document |
Modifier and Type | Method and Description |
---|---|
Table |
DynamoDB.createTable(CreateTableRequest req)
Creates the specified table in DynamoDB.
|
Table |
DynamoDB.createTable(String tableName,
List<KeySchemaElement> keySchema,
List<AttributeDefinition> attributeDefinitions,
ProvisionedThroughput provisionedThroughput)
Creates the specified table in DynamoDB.
|
Table |
Index.getTable()
Returns the owning table.
|
Table |
DynamoDB.getTable(String tableName)
Returns the specified DynamoDB table.
|
Modifier and Type | Method and Description |
---|---|
com.amazonaws.services.dynamodbv2.document.internal.PageIterable<Table,R> |
TableCollection.pages()
Returns an
Iterable<Page<Table, R>> that iterates over pages of
tables from this collection. |
Copyright © 2016. All rights reserved.