Class GetItemExpressionSpec
java.lang.Object
com.amazonaws.services.dynamodbv2.xspec.GetItemExpressionSpec
Expression specification for making GetItem request to Amazon DynamoDB.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the name map which is unmodifiable; or null if there is none.final String
Returns the projection expression; or null if there is none.
-
Method Details
-
getProjectionExpression
Returns the projection expression; or null if there is none. -
getNameMap
Returns the name map which is unmodifiable; or null if there is none.
-