Package | Description |
---|---|
com.amazonaws.services.dynamodbv2 |
|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
ExecuteStatementResult |
AmazonDynamoDBClient.executeStatement(ExecuteStatementRequest request)
This operation allows you to perform reads and singleton writes on data stored in DynamoDB, using PartiQL.
|
ExecuteStatementResult |
AmazonDynamoDB.executeStatement(ExecuteStatementRequest executeStatementRequest)
This operation allows you to perform reads and singleton writes on data stored in DynamoDB, using PartiQL.
|
ExecuteStatementResult |
AbstractAmazonDynamoDB.executeStatement(ExecuteStatementRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<ExecuteStatementResult> |
AbstractAmazonDynamoDBAsync.executeStatementAsync(ExecuteStatementRequest request,
AsyncHandler<ExecuteStatementRequest,ExecuteStatementResult> asyncHandler) |
Future<ExecuteStatementResult> |
AmazonDynamoDBAsync.executeStatementAsync(ExecuteStatementRequest executeStatementRequest,
AsyncHandler<ExecuteStatementRequest,ExecuteStatementResult> asyncHandler)
This operation allows you to perform reads and singleton writes on data stored in DynamoDB, using PartiQL.
|
Future<ExecuteStatementResult> |
AmazonDynamoDBAsyncClient.executeStatementAsync(ExecuteStatementRequest request,
AsyncHandler<ExecuteStatementRequest,ExecuteStatementResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ExecuteStatementResult |
ExecuteStatementResult.clone() |
ExecuteStatementResult |
ExecuteStatementResult.withItems(Collection<Map<String,AttributeValue>> items)
If a read operation was used, this property will contain the result of the reade operation; a map of attribute
names and their values.
|
ExecuteStatementResult |
ExecuteStatementResult.withItems(Map<String,AttributeValue>... items)
If a read operation was used, this property will contain the result of the reade operation; a map of attribute
names and their values.
|
ExecuteStatementResult |
ExecuteStatementResult.withNextToken(String nextToken)
If the response of a read request exceeds the response payload limit DynamoDB will set this value in the
response.
|
Copyright © 2021. All rights reserved.