Uses of Class
com.amazonaws.services.dynamodbv2.document.Index
Packages that use Index
-
Uses of Index in com.amazonaws.services.dynamodbv2.document
Methods in com.amazonaws.services.dynamodbv2.document that return IndexModifier and TypeMethodDescriptionTable.createGSI
(CreateGlobalSecondaryIndexAction create, AttributeDefinition hashKeyDefinition) Creates a global secondary index (GSI) with only a hash key on this table.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.Gets a reference to the specified index.