 Members
 Members| Icon | Member | Description | 
|---|---|---|
|  | Query(Primitive, QueryFilter) | 
            Initiates a Search object to Query a DynamoDB table, with the
            specified hash primary key and filter.
            
            No calls are made until the Search object is used.
             | 
|  | Query(QueryFilter) | 
            Initiates a Search object to Query a DynamoDB table, with the
            specified filter.
            
            No calls are made until the Search object is used.
             | 
|  | Query(QueryOperationConfig) | 
            Initiates a Search object to Query a DynamoDB table, with the
            specified config.
            
            No calls are made until the Search object is used.
             |