public class PutItemOperationConfig
extends java.lang.Object
| Constructor and Description |
|---|
PutItemOperationConfig() |
| Modifier and Type | Method and Description |
|---|---|
com.amazonaws.services.dynamodbv2.model.ReturnValue |
getReturnValue()
Flag specifying what values should be returned.
|
void |
setReturnValue(com.amazonaws.services.dynamodbv2.model.ReturnValue returnValue) |
PutItemOperationConfig |
withReturnValues(com.amazonaws.services.dynamodbv2.model.ReturnValue returnValue)
Flag specifying what values should be returned.
|
public com.amazonaws.services.dynamodbv2.model.ReturnValue getReturnValue()
ReturnValue.public void setReturnValue(com.amazonaws.services.dynamodbv2.model.ReturnValue returnValue)
returnValue - Flag specifying what values should be returned.
PutItem only supports ReturnValues.AllOldAttributes and
ReturnValues.Nonepublic PutItemOperationConfig withReturnValues(com.amazonaws.services.dynamodbv2.model.ReturnValue returnValue)
returnValue - Flag specifying what values should be returned.
PutItem only supports ReturnValues.AllOldAttributes and
ReturnValues.NonePutItemOperationConfig.