-
Notifications
You must be signed in to change notification settings - Fork 856
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How config dynamodb enhanced client return consumed capacity? #2095
Comments
Hi @user20161119 this is not currently supported in the DDB Enhanced client. Marking it as a feature request. As a workaround, you can create an ExecutionInterceptor that records the |
@user20161119 Consumed Capacity is now returned in new methods See the DynamoDbTable javadoc for more info: https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/enhanced/dynamodb/DynamoDbTable.html |
|
…85e4340da Pull request: release <- staging/ff7ea53d-e2b8-40ca-8671-43885e4340da
How to config dynamodb enhanced client return consumed capacity? including table-based config and global config?
this request param
ReturnConsumedCapacity
in the api description.https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_PutItem.html#API_PutItem_RequestSyntax
The text was updated successfully, but these errors were encountered: