Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.document | |
com.amazonaws.services.dynamodbv2.document.api | |
com.amazonaws.services.dynamodbv2.document.spec |
Modifier and Type | Method and Description |
---|---|
Item |
Table.getItem(GetItemSpec spec) |
GetItemOutcome |
Table.getItemOutcome(GetItemSpec params) |
Modifier and Type | Method and Description |
---|---|
Item |
GetItemApi.getItem(GetItemSpec spec)
Retrieves an item by specifying all the details.
|
GetItemOutcome |
GetItemApi.getItemOutcome(GetItemSpec spec)
Retrieves an item and the associated information by specifying all the
details.
|
Modifier and Type | Method and Description |
---|---|
GetItemSpec |
GetItemSpec.withAttributesToGet(String... attrNames) |
GetItemSpec |
GetItemSpec.withConsistentRead(boolean consistentRead) |
GetItemSpec |
GetItemSpec.withNameMap(Map<String,String> nameMap)
Applicable only when an expression has been specified.
|
GetItemSpec |
GetItemSpec.withPrimaryKey(KeyAttribute... components) |
GetItemSpec |
GetItemSpec.withPrimaryKey(PrimaryKey primaryKey) |
GetItemSpec |
GetItemSpec.withPrimaryKey(String hashKeyName,
Object hashKeyValue) |
GetItemSpec |
GetItemSpec.withPrimaryKey(String hashKeyName,
Object hashKeyValue,
String rangeKeyName,
Object rangeKeyValue) |
GetItemSpec |
GetItemSpec.withProgressListener(com.amazonaws.event.ProgressListener progressListener) |
GetItemSpec |
GetItemSpec.withProjectionExpression(String expression)
When a projection expression is specified, the corresponding name-map can
optionally be specified via {
withNameMap(Map) . |
GetItemSpec |
GetItemSpec.withRequestMetricCollector(com.amazonaws.metrics.RequestMetricCollector requestMetricCollector) |
GetItemSpec |
GetItemSpec.withReturnConsumedCapacity(ReturnConsumedCapacity capacity) |
Copyright © 2015. All rights reserved.