Uses of Class
com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndex
Packages that use LocalSecondaryIndex
-
Uses of LocalSecondaryIndex in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return LocalSecondaryIndexModifier and TypeMethodDescriptionLocalSecondaryIndex.clone()LocalSecondaryIndex.withIndexName(String indexName) The name of the local secondary index.LocalSecondaryIndex.withKeySchema(KeySchemaElement... keySchema) The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:LocalSecondaryIndex.withKeySchema(Collection<KeySchemaElement> keySchema) The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:LocalSecondaryIndex.withProjection(Projection projection) Methods in com.amazonaws.services.dynamodbv2.model that return types with arguments of type LocalSecondaryIndexModifier and TypeMethodDescriptionCreateTableRequest.getLocalSecondaryIndexes()One or more local secondary indexes (the maximum is five) to be created on the table.Methods in com.amazonaws.services.dynamodbv2.model with parameters of type LocalSecondaryIndexModifier and TypeMethodDescriptionCreateTableRequest.withLocalSecondaryIndexes(LocalSecondaryIndex... localSecondaryIndexes) One or more local secondary indexes (the maximum is five) to be created on the table.Method parameters in com.amazonaws.services.dynamodbv2.model with type arguments of type LocalSecondaryIndexModifier and TypeMethodDescriptionvoidCreateTableRequest.setLocalSecondaryIndexes(Collection<LocalSecondaryIndex> localSecondaryIndexes) One or more local secondary indexes (the maximum is five) to be created on the table.CreateTableRequest.withLocalSecondaryIndexes(Collection<LocalSecondaryIndex> localSecondaryIndexes) One or more local secondary indexes (the maximum is five) to be created on the table.