Uses of Class
com.amazonaws.services.dynamodbv2.document.GetItemOutcome
-
Packages that use GetItemOutcome Package Description com.amazonaws.services.dynamodbv2.document com.amazonaws.services.dynamodbv2.document.api -
-
Uses of GetItemOutcome in com.amazonaws.services.dynamodbv2.document
Methods in com.amazonaws.services.dynamodbv2.document that return GetItemOutcome Modifier and Type Method Description GetItemOutcome
Table. getItemOutcome(KeyAttribute... primaryKeyComponents)
GetItemOutcome
Table. getItemOutcome(PrimaryKey primaryKey)
GetItemOutcome
Table. getItemOutcome(PrimaryKey primaryKey, String projectionExpression, Map<String,String> nameMap)
GetItemOutcome
Table. getItemOutcome(GetItemSpec params)
GetItemOutcome
Table. getItemOutcome(String hashKeyName, Object hashKeyValue)
GetItemOutcome
Table. getItemOutcome(String hashKeyName, Object hashKeyValue, String rangeKeyName, Object rangeKeyValue)
GetItemOutcome
Table. getItemOutcome(String hashKeyName, Object hashKeyValue, String rangeKeyName, Object rangeKeyValue, GetItemExpressionSpec projectionExpressions)
GetItemOutcome
Table. getItemOutcome(String hashKeyName, Object hashKeyValue, String rangeKeyName, Object rangeKeyValue, String projectionExpression, Map<String,String> nameMap)
GetItemOutcome
Table. getItemOutcome(String hashKeyName, Object hashKeyValue, String projectionExpression, Map<String,String> nameMap)
-
Uses of GetItemOutcome in com.amazonaws.services.dynamodbv2.document.api
Methods in com.amazonaws.services.dynamodbv2.document.api that return GetItemOutcome Modifier and Type Method Description GetItemOutcome
GetItemApi. getItemOutcome(KeyAttribute... primaryKeyComponents)
Retrieves an item and the associated information by primary key when the primary key is a hash-only key.GetItemOutcome
GetItemApi. getItemOutcome(PrimaryKey primaryKey)
Retrieves an item and the associated information by primary key.GetItemOutcome
GetItemApi. getItemOutcome(PrimaryKey primaryKey, String projectionExpression, Map<String,String> nameMap)
Retrieves an item and the associated information using projection expression.GetItemOutcome
GetItemApi. getItemOutcome(GetItemSpec spec)
Retrieves an item and the associated information by specifying all the details.GetItemOutcome
GetItemApi. getItemOutcome(String hashKeyName, Object hashKeyValue)
Retrieves an item and the associated information by primary key when the primary key is a hash-only key.GetItemOutcome
GetItemApi. getItemOutcome(String hashKeyName, Object hashKeyValue, String rangeKeyName, Object rangeKeyValue)
Retrieves an item and the associated information by primary key when the primary key consists of both a hash-key and a range-key.GetItemOutcome
GetItemApi. getItemOutcome(String hashKeyName, Object hashKeyValue, String rangeKeyName, Object rangeKeyValue, String projectionExpression, Map<String,String> nameMap)
Retrieves an item and the associated information via the specified hash key and range key using projection expression.GetItemOutcome
GetItemApi. getItemOutcome(String hashKeyName, Object hashKeyValue, String projectionExpression, Map<String,String> nameMap)
Retrieves an item and the associated information via the specified hash key using projection expression.
-