Uses of Class
com.amazonaws.services.dynamodbv2.document.Index
-
Packages that use Index Package Description com.amazonaws.services.dynamodbv2.document -
-
Uses of Index in com.amazonaws.services.dynamodbv2.document
Methods in com.amazonaws.services.dynamodbv2.document that return Index Modifier and Type Method Description 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.Index
Table. getIndex(String indexName)
Gets a reference to the specified index.
-