Uses of Class
com.amazonaws.services.dynamodbv2.document.spec.GetItemSpec
-
Packages that use GetItemSpec Package Description com.amazonaws.services.dynamodbv2.document com.amazonaws.services.dynamodbv2.document.api com.amazonaws.services.dynamodbv2.document.spec -
-
Uses of GetItemSpec in com.amazonaws.services.dynamodbv2.document
Methods in com.amazonaws.services.dynamodbv2.document with parameters of type GetItemSpec Modifier and Type Method Description ItemTable. getItem(GetItemSpec spec)GetItemOutcomeTable. getItemOutcome(GetItemSpec params) -
Uses of GetItemSpec in com.amazonaws.services.dynamodbv2.document.api
Methods in com.amazonaws.services.dynamodbv2.document.api with parameters of type GetItemSpec Modifier and Type Method Description ItemGetItemApi. getItem(GetItemSpec spec)Retrieves an item by specifying all the details.GetItemOutcomeGetItemApi. getItemOutcome(GetItemSpec spec)Retrieves an item and the associated information by specifying all the details. -
Uses of GetItemSpec in com.amazonaws.services.dynamodbv2.document.spec
Methods in com.amazonaws.services.dynamodbv2.document.spec that return GetItemSpec Modifier and Type Method Description GetItemSpecGetItemSpec. withAttributesToGet(String... attrNames)GetItemSpecGetItemSpec. withConsistentRead(boolean consistentRead)GetItemSpecGetItemSpec. withExpressionSpec(GetItemExpressionSpec xspec)Convenient method to specify expressions (and the associated name map and value map) viaGetItemExpressionSpec.GetItemSpecGetItemSpec. withNameMap(Map<String,String> nameMap)Applicable only when an expression has been specified.GetItemSpecGetItemSpec. withPrimaryKey(KeyAttribute... components)GetItemSpecGetItemSpec. withPrimaryKey(PrimaryKey primaryKey)GetItemSpecGetItemSpec. withPrimaryKey(String hashKeyName, Object hashKeyValue)GetItemSpecGetItemSpec. withPrimaryKey(String hashKeyName, Object hashKeyValue, String rangeKeyName, Object rangeKeyValue)GetItemSpecGetItemSpec. withProgressListener(ProgressListener progressListener)GetItemSpecGetItemSpec. withProjectionExpression(String projectionExpression)When a projection expression is specified, the corresponding name-map can optionally be specified via {withNameMap(Map).GetItemSpecGetItemSpec. withRequestMetricCollector(RequestMetricCollector requestMetricCollector)GetItemSpecGetItemSpec. withReturnConsumedCapacity(ReturnConsumedCapacity capacity)
-