| Package | Description |
|---|---|
| com.amazonaws.services.dynamodbv2.document | |
| com.amazonaws.services.dynamodbv2.document.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
QueryFilter
A query filter.
|
class |
ScanFilter
A scan filter.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Condition> |
ItemUtils.toAttributeConditionMap(Collection<? extends Filter<?>> filters)
Returns the low level representation of a collection of
Filter. |
| Modifier and Type | Class and Description |
|---|---|
class |
Filter<T extends Filter<T>>
Abstract base class for both query filters and scan filters.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Condition> |
InternalUtils.toAttributeConditionMap(Collection<? extends Filter<?>> filters)
Deprecated.
Returns the low level representation of a collection of
Filter. |
Copyright © 2020. All rights reserved.