| Package | Description |
|---|---|
| com.amazonaws.services.dynamodb.model |
Classes modeling the various types represented by AmazonDynamoDB.
|
| Modifier and Type | Method and Description |
|---|---|
static ReturnValue |
ReturnValue.fromValue(String value)
Deprecated.
Use this in place of valueOf.
|
static ReturnValue |
ReturnValue.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ReturnValue[] |
ReturnValue.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeleteItemRequest.setReturnValues(ReturnValue returnValues)
Deprecated.
Use this parameter if you want to get the attribute name-value pairs
before or after they are modified.
|
void |
UpdateItemRequest.setReturnValues(ReturnValue returnValues)
Deprecated.
Use this parameter if you want to get the attribute name-value pairs
before or after they are modified.
|
void |
PutItemRequest.setReturnValues(ReturnValue returnValues)
Deprecated.
Use this parameter if you want to get the attribute name-value pairs
before or after they are modified.
|
DeleteItemRequest |
DeleteItemRequest.withReturnValues(ReturnValue returnValues)
Deprecated.
Use this parameter if you want to get the attribute name-value pairs
before or after they are modified.
|
UpdateItemRequest |
UpdateItemRequest.withReturnValues(ReturnValue returnValues)
Deprecated.
Use this parameter if you want to get the attribute name-value pairs
before or after they are modified.
|
PutItemRequest |
PutItemRequest.withReturnValues(ReturnValue returnValues)
Deprecated.
Use this parameter if you want to get the attribute name-value pairs
before or after they are modified.
|
Copyright © 2014. All rights reserved.