Uses of Class
com.amazonaws.services.dynamodbv2.document.KeyAttribute
Packages that use KeyAttribute
Package
Description
-
Uses of KeyAttribute in com.amazonaws.services.dynamodbv2.document
Methods in com.amazonaws.services.dynamodbv2.document that return types with arguments of type KeyAttributeModifier and TypeMethodDescriptionPrimaryKey.getComponents()
Returns all the key components of this primary key.Methods in com.amazonaws.services.dynamodbv2.document with parameters of type KeyAttributeModifier and TypeMethodDescriptionPrimaryKey.addComponents
(KeyAttribute... components) Add one or multiple key components to this primary key.Table.deleteItem
(KeyAttribute... primaryKeyComponents) Table.getItem
(KeyAttribute... primaryKeyComponents) Table.getItemOutcome
(KeyAttribute... primaryKeyComponents) Index.query
(KeyAttribute hashKey) Index.query
(KeyAttribute hashKey, RangeKeyCondition rangeKeyCondition) Index.query
(KeyAttribute hashKey, RangeKeyCondition rangeKeyCondition, QueryFilter... queryFilters) Index.query
(KeyAttribute hashKey, RangeKeyCondition rangeKeyCondition, QueryExpressionSpec queryExpressions) Index.query
(KeyAttribute hashKey, RangeKeyCondition rangeKeyCondition, String projectionExpression, String filterExpression, Map<String, String> nameMap, Map<String, Object> valueMap) Index.query
(KeyAttribute hashKey, RangeKeyCondition rangeKeyCondition, String filterExpression, Map<String, String> nameMap, Map<String, Object> valueMap) Table.query
(KeyAttribute hashKey) Table.query
(KeyAttribute hashKey, RangeKeyCondition rangeKeyCondition) Table.query
(KeyAttribute hashKey, RangeKeyCondition rangeKeyCondition, QueryFilter... queryFilters) Table.query
(KeyAttribute hashKey, RangeKeyCondition rangeKeyCondition, String filterExpression, String projectionExpression, Map<String, String> nameMap, Map<String, Object> valueMap) Table.query
(KeyAttribute hashKey, RangeKeyCondition rangeKeyCondition, String filterExpression, Map<String, String> nameMap, Map<String, Object> valueMap) Item.withKeyComponents
(KeyAttribute... components) Convenient methods - sets the attributes of this item from the specified key components.Constructors in com.amazonaws.services.dynamodbv2.document with parameters of type KeyAttributeModifierConstructorDescriptionPrimaryKey
(KeyAttribute... components) Constructs with the specified key components. -
Uses of KeyAttribute in com.amazonaws.services.dynamodbv2.document.api
Methods in com.amazonaws.services.dynamodbv2.document.api with parameters of type KeyAttributeModifier and TypeMethodDescriptionDeleteItemApi.deleteItem
(KeyAttribute... primaryKeyComponents) Deletes an item by primary key.GetItemApi.getItem
(KeyAttribute... primaryKeyComponents) Retrieves an item by primary key.GetItemApi.getItemOutcome
(KeyAttribute... primaryKeyComponents) Retrieves an item and the associated information by primary key when the primary key is a hash-only key.QueryApi.query
(KeyAttribute hashKey) Retrieves items by the specified hash key.QueryApi.query
(KeyAttribute hashKey, RangeKeyCondition rangeKeyCondition) Retrieves items by the specified hash key and a range key condition.QueryApi.query
(KeyAttribute hashKey, RangeKeyCondition rangeKeyCondition, QueryFilter... queryFilters) Retrieves items by the specified hash key, a range key condition and a list of query filters.QueryApi.query
(KeyAttribute hashKey, RangeKeyCondition rangeKeyCondition, String filterExpression, String projectionExpression, Map<String, String> nameMap, Map<String, Object> valueMap) Retrieves items by the specified hash key, a range key condition, a filter expression and a projection expression.QueryApi.query
(KeyAttribute hashKey, RangeKeyCondition rangeKeyCondition, String filterExpression, Map<String, String> nameMap, Map<String, Object> valueMap) Retrieves items by the specified hash key, a range key condition, and a filter expression string. -
Uses of KeyAttribute in com.amazonaws.services.dynamodbv2.document.spec
Methods in com.amazonaws.services.dynamodbv2.document.spec that return KeyAttributeMethods in com.amazonaws.services.dynamodbv2.document.spec that return types with arguments of type KeyAttributeModifier and TypeMethodDescriptionQuerySpec.getExclusiveStartKey()
ScanSpec.getExclusiveStartKey()
final Collection<KeyAttribute>
AbstractSpecWithPrimaryKey.getKeyComponents()
Returns the primary key components that has been specified.Methods in com.amazonaws.services.dynamodbv2.document.spec with parameters of type KeyAttributeModifier and TypeMethodDescriptionQuerySpec.withExclusiveStartKey
(KeyAttribute... exclusiveStartKey) ScanSpec.withExclusiveStartKey
(KeyAttribute... exclusiveStartKey) QuerySpec.withHashKey
(KeyAttribute hashKey) AbstractSpecWithPrimaryKey.withPrimaryKey
(KeyAttribute... components) Sets the primary key with the specified key components.DeleteItemSpec.withPrimaryKey
(KeyAttribute... components) GetItemSpec.withPrimaryKey
(KeyAttribute... components) UpdateItemSpec.withPrimaryKey
(KeyAttribute... components)