Uses of Class
com.amazonaws.services.dynamodbv2.document.Table
Packages that use Table
-
Uses of Table in com.amazonaws.services.dynamodbv2.document
Subclasses with type arguments of type Table in com.amazonaws.services.dynamodbv2.documentModifier and TypeClassDescriptionclassA collection ofTable's (initialized with the respective table names).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 TableIndex.getTable()Returns the owning table.Methods in com.amazonaws.services.dynamodbv2.document that return types with arguments of type Table