Uses of Class
software.amazon.awssdk.services.dynamodb.model.KeysAndAttributes
Packages that use KeysAndAttributes
-
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 KeysAndAttributesModifier and TypeMethodDescriptionfinal 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.final 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 KeysAndAttributesModifier and TypeMethodDescriptionBatchGetItemRequest.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.unprocessedKeys(Map<String, KeysAndAttributes> unprocessedKeys) A map of tables and their respective keys that were not processed with the current response.