Uses of Class
com.amazonaws.services.dynamodbv2.document.Table
Packages that use Table
-
Uses of Table in com.amazonaws.services.dynamodbv2.document
Methods in com.amazonaws.services.dynamodbv2.document that return TableModifier and TypeMethodDescriptionDynamoDB.createTable
(CreateTableRequest req) Creates the specified table in DynamoDB.DynamoDB.createTable
(String tableName, List<KeySchemaElement> keySchema, List<AttributeDefinition> attributeDefinitions, ProvisionedThroughput provisionedThroughput) Creates the specified table in DynamoDB.Returns the specified DynamoDB table.final Table
Index.getTable()
Returns the owning table.Methods in com.amazonaws.services.dynamodbv2.document that return types with arguments of type Table