Uses of Class
software.amazon.awssdk.services.dynamodb.model.WriteRequest
-
Packages that use WriteRequest Package Description software.amazon.awssdk.services.dynamodb.model -
-
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 WriteRequest Modifier and Type Method Description 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).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 WriteRequest Modifier and Type Method Description BatchWriteItemRequest.BuilderBatchWriteItemRequest.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.BuilderBatchWriteItemResponse.Builder. unprocessedItems(Map<String,? extends Collection<WriteRequest>> unprocessedItems)A map of tables and requests against those tables that were not processed.
-