| Package | Description |
|---|---|
| com.amazonaws.services.dynamodbv2.document.spec | |
| com.amazonaws.services.dynamodbv2.model |
Classes modeling the various types represented by AmazonDynamoDBv2.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteItemSpec |
DeleteItemSpec.withReturnItemCollectionMetrics(ReturnItemCollectionMetrics returnItemCollectionMetrics) |
UpdateItemSpec |
UpdateItemSpec.withReturnItemCollectionMetrics(ReturnItemCollectionMetrics returnItemCollectionMetrics) |
PutItemSpec |
PutItemSpec.withReturnItemCollectionMetrics(ReturnItemCollectionMetrics returnItemCollectionMetrics) |
| Modifier and Type | Method and Description |
|---|---|
static ReturnItemCollectionMetrics |
ReturnItemCollectionMetrics.fromValue(String value)
Use this in place of valueOf.
|
static ReturnItemCollectionMetrics |
ReturnItemCollectionMetrics.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReturnItemCollectionMetrics[] |
ReturnItemCollectionMetrics.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeleteItemRequest.setReturnItemCollectionMetrics(ReturnItemCollectionMetrics returnItemCollectionMetrics)
A value that if set to
SIZE, the response includes
statistics about item collections, if any, that were modified during
the operation are returned in the response. |
void |
BatchWriteItemRequest.setReturnItemCollectionMetrics(ReturnItemCollectionMetrics returnItemCollectionMetrics)
A value that if set to
SIZE, the response includes
statistics about item collections, if any, that were modified during
the operation are returned in the response. |
void |
UpdateItemRequest.setReturnItemCollectionMetrics(ReturnItemCollectionMetrics returnItemCollectionMetrics)
A value that if set to
SIZE, the response includes
statistics about item collections, if any, that were modified during
the operation are returned in the response. |
void |
PutItemRequest.setReturnItemCollectionMetrics(ReturnItemCollectionMetrics returnItemCollectionMetrics)
A value that if set to
SIZE, the response includes
statistics about item collections, if any, that were modified during
the operation are returned in the response. |
DeleteItemRequest |
DeleteItemRequest.withReturnItemCollectionMetrics(ReturnItemCollectionMetrics returnItemCollectionMetrics)
A value that if set to
SIZE, the response includes
statistics about item collections, if any, that were modified during
the operation are returned in the response. |
BatchWriteItemRequest |
BatchWriteItemRequest.withReturnItemCollectionMetrics(ReturnItemCollectionMetrics returnItemCollectionMetrics)
A value that if set to
SIZE, the response includes
statistics about item collections, if any, that were modified during
the operation are returned in the response. |
UpdateItemRequest |
UpdateItemRequest.withReturnItemCollectionMetrics(ReturnItemCollectionMetrics returnItemCollectionMetrics)
A value that if set to
SIZE, the response includes
statistics about item collections, if any, that were modified during
the operation are returned in the response. |
PutItemRequest |
PutItemRequest.withReturnItemCollectionMetrics(ReturnItemCollectionMetrics returnItemCollectionMetrics)
A value that if set to
SIZE, the response includes
statistics about item collections, if any, that were modified during
the operation are returned in the response. |
Copyright © 2014. All rights reserved.