Package | Description |
---|---|
com.amazonaws.mobileconnectors.dynamodbv2.document |
Modifier and Type | Method and Description |
---|---|
Document |
Table.getItem(Primitive hashKey,
GetItemOperationConfig config)
Gets a document from DynamoDB by hash primary key, using specified
configs.
|
Document |
Table.getItem(Primitive hashKey,
Primitive rangeKey,
GetItemOperationConfig config)
Gets a document from DynamoDB by hash-and-range primary key, using
specified configs.
|
Copyright © 2019. All rights reserved.