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

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

Introduction

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

The text is from its open source code.

Constructor

GetItemRequest()
Default constructor for GetItemRequest object.
GetItemRequest(String tableName, java.util.Map key)
Constructs a new GetItemRequest object.
GetItemRequest(String tableName, java.util.Map key, Boolean consistentRead)
Constructs a new GetItemRequest object.

Method

java.util.MapgetKey()

A map of attribute names to AttributeValue objects, representing the primary key of the item to retrieve.

StringgetTableName()

The name of the table containing the requested item.

voidsetAttributesToGet(java.util.Collection attributesToGet)

This is a legacy parameter.

voidsetExpressionAttributeNames(java.util.Map expressionAttributeNames)

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

voidsetProjectionExpression(String projectionExpression)

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

voidsetTableName(String tableName)

The name of the table containing the requested item.

GetItemRequestwithAttributesToGet(String... attributesToGet)

This is a legacy parameter.

GetItemRequestwithAttributesToGet(java.util.Collection attributesToGet)

This is a legacy parameter.