Uses of Class
software.amazon.awssdk.services.dynamodb.model.KeysAndAttributes
-
Packages that use KeysAndAttributes Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of KeysAndAttributes in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type KeysAndAttributes Modifier and Type Method Description Map<String,KeysAndAttributes>
BatchGetItemRequest. requestItems()
A map of one or more table names or table ARNs and, for each table, a map that describes one or more items to retrieve from that table.Map<String,KeysAndAttributes>
BatchGetItemResponse. unprocessedKeys()
A map of tables and their respective keys that were not processed with the current response.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type KeysAndAttributes Modifier and Type Method Description BatchGetItemRequest.Builder
BatchGetItemRequest.Builder. requestItems(Map<String,KeysAndAttributes> requestItems)
A map of one or more table names or table ARNs and, for each table, a map that describes one or more items to retrieve from that table.BatchGetItemResponse.Builder
BatchGetItemResponse.Builder. unprocessedKeys(Map<String,KeysAndAttributes> unprocessedKeys)
A map of tables and their respective keys that were not processed with the current response.
-