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 |
---|---|
private GetItemOutcome |
GetItemImpl.doLoadItem(GetItemSpec spec) |
Item |
GetItemImpl.getItem(GetItemSpec spec) |
GetItemOutcome |
GetItemImpl.getItemOutcome(GetItemSpec spec) |
Modifier and Type | Method and Description |
---|---|
GetItemSpec |
GetItemSpec.withAttributesToGet(java.lang.String... attrNames) |
GetItemSpec |
GetItemSpec.withConsistentRead(boolean consistentRead) |
GetItemSpec |
GetItemSpec.withExpressionSpec(GetItemExpressionSpec xspec)
Convenient method to specify expressions (and the associated name map and
value map) via
GetItemExpressionSpec . |
GetItemSpec |
GetItemSpec.withNameMap(java.util.Map<java.lang.String,java.lang.String> nameMap)
Applicable only when an expression has been specified.
|
GetItemSpec |
GetItemSpec.withPrimaryKey(KeyAttribute... components) |
GetItemSpec |
GetItemSpec.withPrimaryKey(PrimaryKey primaryKey) |
GetItemSpec |
GetItemSpec.withPrimaryKey(java.lang.String hashKeyName,
java.lang.Object hashKeyValue) |
GetItemSpec |
GetItemSpec.withPrimaryKey(java.lang.String hashKeyName,
java.lang.Object hashKeyValue,
java.lang.String rangeKeyName,
java.lang.Object rangeKeyValue) |
GetItemSpec |
GetItemSpec.withProgressListener(ProgressListener progressListener) |
GetItemSpec |
GetItemSpec.withProjectionExpression(java.lang.String projectionExpression)
When a projection expression is specified, the corresponding name-map can
optionally be specified via {
withNameMap(Map) . |
GetItemSpec |
GetItemSpec.withRequestMetricCollector(RequestMetricCollector requestMetricCollector) |
GetItemSpec |
GetItemSpec.withReturnConsumedCapacity(ReturnConsumedCapacity capacity) |