Uses of Class
com.amazonaws.services.dynamodbv2.document.ItemCollection
Packages that use ItemCollection
Package
Description
-
Uses of ItemCollection in com.amazonaws.services.dynamodbv2.document
Methods in com.amazonaws.services.dynamodbv2.document that return ItemCollectionModifier and TypeMethodDescriptionIndex.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) Index.query
(String hashKeyName, Object hashKeyValue, RangeKeyCondition rangeKeyCondition) Index.query
(String hashKeyName, Object hashKeyValue, RangeKeyCondition rangeKeyCondition, QueryFilter... queryFilters) Index.query
(String hashKeyName, Object hashKeyValue, RangeKeyCondition rangeKeyCondition, String filterExpression, String projectionExpression, Map<String, String> nameMap, Map<String, Object> valueMap) Index.query
(String hashKeyName, Object hashKeyValue, 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) Table.query
(String hashKeyName, Object hashKeyValue, RangeKeyCondition rangeKeyCondition) Table.query
(String hashKeyName, Object hashKeyValue, RangeKeyCondition rangeKeyCondition, QueryFilter... queryFilters) Table.query
(String hashKeyName, Object hashKeyValue, RangeKeyCondition rangeKeyCondition, QueryExpressionSpec queryExpressions) Table.query
(String hashKeyName, Object hashKeyValue, RangeKeyCondition rangeKeyCondition, String filterExpression, String projectionExpression, Map<String, String> nameMap, Map<String, Object> valueMap) Table.query
(String hashKeyName, Object hashKeyValue, RangeKeyCondition rangeKeyCondition, String filterExpression, Map<String, String> nameMap, Map<String, Object> valueMap) Index.scan
(ScanFilter... scanFilters) Index.scan
(ScanExpressionSpec xspec) Index.scan
(String filterExpression, String projectionExpression, Map<String, String> nameMap, Map<String, Object> valueMap) Table.scan
(ScanFilter... scanFilters) Table.scan
(ScanExpressionSpec scanExpressions) Table.scan
(String filterExpression, String projectionExpression, Map<String, String> nameMap, Map<String, Object> valueMap) -
Uses of ItemCollection in com.amazonaws.services.dynamodbv2.document.api
Methods in com.amazonaws.services.dynamodbv2.document.api that return ItemCollectionModifier and TypeMethodDescriptionQueryApi.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.Queries table by specifying all the details.Retrieves items by the specified hash key.QueryApi.query
(String hashKeyName, Object hashKeyValue, RangeKeyCondition rangeKeyCondition) QueryApi.query
(String hashKeyName, Object hashKeyValue, RangeKeyCondition rangeKeyCondition, QueryFilter... queryFilters) QueryApi.query
(String hashKeyName, Object hashKeyValue, 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
(String hashKeyName, Object hashKeyValue, RangeKeyCondition rangeKeyCondition, String filterExpression, Map<String, String> nameMap, Map<String, Object> valueMap) ScanApi.scan
(ScanFilter... scanFilters) Retrieves items by the specified list of scan filters.Scans table by specifying all the details.ScanApi.scan
(String filterExpression, String projectionExpression, Map<String, String> nameMap, Map<String, Object> valueMap) Scans table using a Filter Expression and a Projection Expression.Scans table using a Filter Expression.