Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.document | |
com.amazonaws.services.dynamodbv2.document.internal |
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 |
---|---|
PageIterable<Table,R> |
TableCollection.pages()
Returns an
Iterable<Page<Table, R>> that iterates over pages of
tables from this collection. |
Constructor and Description |
---|
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) |
Copyright © 2024. All rights reserved.