Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.document | |
com.amazonaws.services.dynamodbv2.document.internal |
Modifier and Type | Field and Description |
---|---|
private Table |
Index.table |
Modifier and Type | Method and Description |
---|---|
Table |
DynamoDB.createTable(CreateTableRequest req)
Creates the specified table in DynamoDB.
|
Table |
DynamoDB.createTable(java.lang.String tableName,
java.util.List<KeySchemaElement> keySchema,
java.util.List<AttributeDefinition> attributeDefinitions,
ProvisionedThroughput provisionedThroughput)
Creates the specified table in DynamoDB.
|
Table |
Index.getTable()
Returns the owning table.
|
Table |
DynamoDB.getTable(java.lang.String tableName)
Returns the specified DynamoDB table.
|
Modifier and Type | Method and Description |
---|---|
PageIterable<Table,R> |
TableCollection.pages()
Returns an
Iterable<Page<Table, R>> that iterates over pages of
tables from this collection. |
Constructor and Description |
---|
Index(AmazonDynamoDB client,
java.lang.String indexName,
Table table) |
Modifier and Type | Field and Description |
---|---|
private Table |
UpdateItemImpl.table |
private Table |
AbstractImpl.table |
Modifier and Type | Method and Description |
---|---|
Table |
AbstractImpl.getTable()
Returns the owning table.
|
Modifier and Type | Method and Description |
---|---|
Page<Table,ListTablesResult> |
ListTablesCollection.firstPage() |
Page<Table,ListTablesResult> |
ListTablesPage.nextPage() |
private static java.util.List<Table> |
ListTablesPage.toTableList(AmazonDynamoDB client,
java.util.List<java.lang.String> tableNames) |
Constructor and Description |
---|
AbstractImpl(AmazonDynamoDB client,
Table table) |
DeleteItemImpl(AmazonDynamoDB client,
Table table) |
GetItemImpl(AmazonDynamoDB client,
Table table) |
PutItemImpl(AmazonDynamoDB client,
Table table) |
QueryImpl(AmazonDynamoDB client,
Table table) |
ScanImpl(AmazonDynamoDB client,
Table table) |
UpdateItemImpl(AmazonDynamoDB client,
Table table) |