Uses of Class
software.amazon.awssdk.services.dynamodb.model.WriteRequest
Packages that use WriteRequest
-
Uses of WriteRequest in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type WriteRequestModifier and TypeMethodDescriptionfinal Map<String,List<WriteRequest>> BatchWriteItemRequest.requestItems()A map of one or more table names or table ARNs and, for each table, a list of operations to be performed (DeleteRequestorPutRequest).final Map<String,List<WriteRequest>> BatchWriteItemResponse.unprocessedItems()A map of tables and requests against those tables that were not processed.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type WriteRequestModifier and TypeMethodDescriptionBatchWriteItemRequest.Builder.requestItems(Map<String, ? extends Collection<WriteRequest>> requestItems) A map of one or more table names or table ARNs and, for each table, a list of operations to be performed (DeleteRequestorPutRequest).BatchWriteItemResponse.Builder.unprocessedItems(Map<String, ? extends Collection<WriteRequest>> unprocessedItems) A map of tables and requests against those tables that were not processed.