Uses of Class
com.amazonaws.services.dynamodbv2.document.Table
-
Packages that use Table Package Description com.amazonaws.services.dynamodbv2.document -
-
Uses of Table in com.amazonaws.services.dynamodbv2.document
Methods in com.amazonaws.services.dynamodbv2.document that return Table Modifier and Type Method 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
DynamoDB. getTable(String tableName)
Returns the specified DynamoDB table.Table
Index. getTable()
Returns the owning table.Methods in com.amazonaws.services.dynamodbv2.document that return types with arguments of type Table Modifier and Type Method Description com.amazonaws.services.dynamodbv2.document.internal.PageIterable<Table,R>
TableCollection. pages()
Returns anIterable<Page<Table, R>>
that iterates over pages of tables from this collection.
-