Java com.amazonaws.services.dynamodbv2.model KeysAndAttributes fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.dynamodbv2.model KeysAndAttributes fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.dynamodbv2.model KeysAndAttributes.

The text is from its open source code.

Constructor

Method

java.util.List>getKeys()

The primary key attribute values that define the items and the attributes associated with the items.

voidsetAttributesToGet(java.util.Collection attributesToGet)

This is a legacy parameter.

voidsetConsistentRead(Boolean consistentRead)

The consistency of a read operation.

voidsetExpressionAttributeNames(java.util.Map expressionAttributeNames)

One or more substitution tokens for attribute names in an expression.

voidsetKeys(java.util.Collection> keys)

The primary key attribute values that define the items and the attributes associated with the items.

voidsetProjectionExpression(String projectionExpression)

A string that identifies one or more attributes to retrieve from the table.

StringtoString()
Returns a string representation of this object.