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 IndexTable. createGSI(CreateGlobalSecondaryIndexAction create, AttributeDefinition hashKeyDefinition)Creates a global secondary index (GSI) with only a hash key on this table.IndexTable. 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.IndexTable. getIndex(String indexName)Gets a reference to the specified index.
-