Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.document | |
com.amazonaws.services.dynamodbv2.document.internal |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
IndexQueryImpl(AmazonDynamoDB client,
Index index) |
IndexScanImpl(AmazonDynamoDB client,
Index index) |
Copyright © 2024. All rights reserved.