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 TableDynamoDB. createTable(CreateTableRequest req)Creates the specified table in DynamoDB.TableDynamoDB. createTable(String tableName, List<KeySchemaElement> keySchema, List<AttributeDefinition> attributeDefinitions, ProvisionedThroughput provisionedThroughput)Creates the specified table in DynamoDB.TableDynamoDB. getTable(String tableName)Returns the specified DynamoDB table.TableIndex. 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.
-