Uses of Class
com.amazonaws.services.dynamodbv2.document.GetItemOutcome
Packages that use GetItemOutcome
Package
Description
-
Uses of GetItemOutcome in com.amazonaws.services.dynamodbv2.document
Methods in com.amazonaws.services.dynamodbv2.document that return GetItemOutcomeModifier and TypeMethodDescriptionTable.getItemOutcome
(KeyAttribute... primaryKeyComponents) Table.getItemOutcome
(PrimaryKey primaryKey) Table.getItemOutcome
(PrimaryKey primaryKey, String projectionExpression, Map<String, String> nameMap) Table.getItemOutcome
(GetItemSpec params) Table.getItemOutcome
(String hashKeyName, Object hashKeyValue) Table.getItemOutcome
(String hashKeyName, Object hashKeyValue, String rangeKeyName, Object rangeKeyValue) Table.getItemOutcome
(String hashKeyName, Object hashKeyValue, String rangeKeyName, Object rangeKeyValue, GetItemExpressionSpec projectionExpressions) Table.getItemOutcome
(String hashKeyName, Object hashKeyValue, String rangeKeyName, Object rangeKeyValue, String projectionExpression, Map<String, String> nameMap) 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 GetItemOutcomeModifier and TypeMethodDescriptionGetItemApi.getItemOutcome
(KeyAttribute... primaryKeyComponents) Retrieves an item and the associated information by primary key when the primary key is a hash-only key.GetItemApi.getItemOutcome
(PrimaryKey primaryKey) Retrieves an item and the associated information by primary key.GetItemApi.getItemOutcome
(PrimaryKey primaryKey, String projectionExpression, Map<String, String> nameMap) Retrieves an item and the associated information using projection expression.GetItemApi.getItemOutcome
(GetItemSpec spec) Retrieves an item and the associated information by specifying all the details.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.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.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.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.