Package | Description |
---|---|
com.amazonaws.services.dynamodbv2 |
|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
TransactGetItemsResult |
AmazonDynamoDBClient.transactGetItems(TransactGetItemsRequest request)
TransactGetItems is a synchronous operation that atomically retrieves multiple items from one or
more tables (but not from indexes) in a single account and Region. |
TransactGetItemsResult |
AbstractAmazonDynamoDB.transactGetItems(TransactGetItemsRequest request) |
TransactGetItemsResult |
AmazonDynamoDB.transactGetItems(TransactGetItemsRequest transactGetItemsRequest)
TransactGetItems is a synchronous operation that atomically retrieves multiple items from one or
more tables (but not from indexes) in a single account and Region. |
Modifier and Type | Method and Description |
---|---|
Future<TransactGetItemsResult> |
AbstractAmazonDynamoDBAsync.transactGetItemsAsync(TransactGetItemsRequest request) |
Future<TransactGetItemsResult> |
AmazonDynamoDBAsyncClient.transactGetItemsAsync(TransactGetItemsRequest request) |
Future<TransactGetItemsResult> |
AmazonDynamoDBAsync.transactGetItemsAsync(TransactGetItemsRequest transactGetItemsRequest)
TransactGetItems is a synchronous operation that atomically retrieves multiple items from one or
more tables (but not from indexes) in a single account and Region. |
Future<TransactGetItemsResult> |
AbstractAmazonDynamoDBAsync.transactGetItemsAsync(TransactGetItemsRequest request,
AsyncHandler<TransactGetItemsRequest,TransactGetItemsResult> asyncHandler) |
Future<TransactGetItemsResult> |
AmazonDynamoDBAsyncClient.transactGetItemsAsync(TransactGetItemsRequest request,
AsyncHandler<TransactGetItemsRequest,TransactGetItemsResult> asyncHandler) |
Future<TransactGetItemsResult> |
AmazonDynamoDBAsync.transactGetItemsAsync(TransactGetItemsRequest transactGetItemsRequest,
AsyncHandler<TransactGetItemsRequest,TransactGetItemsResult> asyncHandler)
TransactGetItems is a synchronous operation that atomically retrieves multiple items from one or
more tables (but not from indexes) in a single account and Region. |
Modifier and Type | Method and Description |
---|---|
Future<TransactGetItemsResult> |
AbstractAmazonDynamoDBAsync.transactGetItemsAsync(TransactGetItemsRequest request,
AsyncHandler<TransactGetItemsRequest,TransactGetItemsResult> asyncHandler) |
Future<TransactGetItemsResult> |
AmazonDynamoDBAsyncClient.transactGetItemsAsync(TransactGetItemsRequest request,
AsyncHandler<TransactGetItemsRequest,TransactGetItemsResult> asyncHandler) |
Future<TransactGetItemsResult> |
AmazonDynamoDBAsync.transactGetItemsAsync(TransactGetItemsRequest transactGetItemsRequest,
AsyncHandler<TransactGetItemsRequest,TransactGetItemsResult> asyncHandler)
TransactGetItems is a synchronous operation that atomically retrieves multiple items from one or
more tables (but not from indexes) in a single account and Region. |
Modifier and Type | Method and Description |
---|---|
TransactGetItemsResult |
TransactGetItemsResult.clone() |
TransactGetItemsResult |
TransactGetItemsResult.withConsumedCapacity(Collection<ConsumedCapacity> consumedCapacity)
If the ReturnConsumedCapacity value was
TOTAL , this is an array of
ConsumedCapacity objects, one for each table addressed by TransactGetItem objects in
the TransactItems parameter. |
TransactGetItemsResult |
TransactGetItemsResult.withConsumedCapacity(ConsumedCapacity... consumedCapacity)
If the ReturnConsumedCapacity value was
TOTAL , this is an array of
ConsumedCapacity objects, one for each table addressed by TransactGetItem objects in
the TransactItems parameter. |
TransactGetItemsResult |
TransactGetItemsResult.withResponses(Collection<ItemResponse> responses)
An ordered array of up to 25
ItemResponse objects, each of which corresponds to the
TransactGetItem object in the same position in the TransactItems array. |
TransactGetItemsResult |
TransactGetItemsResult.withResponses(ItemResponse... responses)
An ordered array of up to 25
ItemResponse objects, each of which corresponds to the
TransactGetItem object in the same position in the TransactItems array. |
Copyright © 2022. All rights reserved.