Index |
Table.createGSI(CreateGlobalSecondaryIndexAction create,
AttributeDefinition hashKeyDefinition)
Creates a global secondary index (GSI) with only a hash key on this
table.
|
Index |
Table.createGSI(CreateGlobalSecondaryIndexAction create,
AttributeDefinition hashKeyDefinition,
AttributeDefinition rangeKeyDefinition)
Creates a global secondary index (GSI) with both a hash key and a range
key on this table.
|
private Index |
Table.doCreateGSI(CreateGlobalSecondaryIndexAction create,
AttributeDefinition... keyDefinitions) |
Index |
Table.getIndex(java.lang.String indexName)
Gets a reference to the specified index.
|