Uses of Class
com.amazonaws.services.dynamodbv2.model.WriteRequest
-
-
Uses of WriteRequest in com.amazonaws.services.dynamodbv2
Method parameters in com.amazonaws.services.dynamodbv2 with type arguments of type WriteRequest Modifier and Type Method Description BatchWriteItemResultAbstractAmazonDynamoDB. batchWriteItem(Map<String,List<WriteRequest>> requestItems)BatchWriteItemResultAmazonDynamoDB. batchWriteItem(Map<String,List<WriteRequest>> requestItems)Simplified method form for invoking the BatchWriteItem operation.BatchWriteItemResultAmazonDynamoDBClient. batchWriteItem(Map<String,List<WriteRequest>> requestItems)Future<BatchWriteItemResult>AbstractAmazonDynamoDBAsync. batchWriteItemAsync(Map<String,List<WriteRequest>> requestItems)Simplified method form for invoking the BatchWriteItem operation.Future<BatchWriteItemResult>AbstractAmazonDynamoDBAsync. batchWriteItemAsync(Map<String,List<WriteRequest>> requestItems, AsyncHandler<BatchWriteItemRequest,BatchWriteItemResult> asyncHandler)Simplified method form for invoking the BatchWriteItem operation with an AsyncHandler.Future<BatchWriteItemResult>AmazonDynamoDBAsync. batchWriteItemAsync(Map<String,List<WriteRequest>> requestItems)Simplified method form for invoking the BatchWriteItem operation.Future<BatchWriteItemResult>AmazonDynamoDBAsync. batchWriteItemAsync(Map<String,List<WriteRequest>> requestItems, AsyncHandler<BatchWriteItemRequest,BatchWriteItemResult> asyncHandler)Simplified method form for invoking the BatchWriteItem operation with an AsyncHandler.Future<BatchWriteItemResult>AmazonDynamoDBAsyncClient. batchWriteItemAsync(Map<String,List<WriteRequest>> requestItems)Simplified method form for invoking the BatchWriteItem operation.Future<BatchWriteItemResult>AmazonDynamoDBAsyncClient. batchWriteItemAsync(Map<String,List<WriteRequest>> requestItems, AsyncHandler<BatchWriteItemRequest,BatchWriteItemResult> asyncHandler)Simplified method form for invoking the BatchWriteItem operation with an AsyncHandler. -
Uses of WriteRequest in com.amazonaws.services.dynamodbv2.datamodeling
Methods in com.amazonaws.services.dynamodbv2.datamodeling that return types with arguments of type WriteRequest Modifier and Type Method Description Map<String,List<WriteRequest>>DynamoDBMapper.FailedBatch. getUnprocessedItems()Method parameters in com.amazonaws.services.dynamodbv2.datamodeling with type arguments of type WriteRequest Modifier and Type Method Description longDynamoDBMapperConfig.BatchWriteRetryStrategy. getDelayBeforeRetryUnprocessedItems(Map<String,List<WriteRequest>> unprocessedItems, int retriesAttempted)Returns the delay (in milliseconds) before retrying on UnprocessedItems.longDynamoDBMapperConfig.DefaultBatchWriteRetryStrategy. getDelayBeforeRetryUnprocessedItems(Map<String,List<WriteRequest>> unprocessedItems, int retriesAttempted)intDynamoDBMapperConfig.BatchWriteRetryStrategy. getMaxRetryOnUnprocessedItems(Map<String,List<WriteRequest>> batchWriteItemInput)Returns the max number of retries to be performed if the service returns UnprocessedItems in the response.intDynamoDBMapperConfig.DefaultBatchWriteRetryStrategy. getMaxRetryOnUnprocessedItems(Map<String,List<WriteRequest>> batchWriteItemInput)voidDynamoDBMapper.FailedBatch. setUnprocessedItems(Map<String,List<WriteRequest>> unprocessedItems) -
Uses of WriteRequest in com.amazonaws.services.dynamodbv2.document
Methods in com.amazonaws.services.dynamodbv2.document that return types with arguments of type WriteRequest Modifier and Type Method Description Map<String,List<WriteRequest>>BatchWriteItemOutcome. getUnprocessedItems()Convenient method to return the low-level unprocessed items.Method parameters in com.amazonaws.services.dynamodbv2.document with type arguments of type WriteRequest Modifier and Type Method Description BatchWriteItemOutcomeDynamoDB. batchWriteItemUnprocessed(Map<String,List<WriteRequest>> unprocessedItems) -
Uses of WriteRequest in com.amazonaws.services.dynamodbv2.document.api
Method parameters in com.amazonaws.services.dynamodbv2.document.api with type arguments of type WriteRequest Modifier and Type Method Description BatchWriteItemOutcomeBatchWriteItemApi. batchWriteItemUnprocessed(Map<String,List<WriteRequest>> unprocessedItems)Used to perform a batch write operation for the unprocessed items returned from a previous batch write operation. -
Uses of WriteRequest in com.amazonaws.services.dynamodbv2.document.spec
Methods in com.amazonaws.services.dynamodbv2.document.spec that return types with arguments of type WriteRequest Modifier and Type Method Description Map<String,List<WriteRequest>>BatchWriteItemSpec. getUnprocessedItems()Method parameters in com.amazonaws.services.dynamodbv2.document.spec with type arguments of type WriteRequest Modifier and Type Method Description BatchWriteItemSpecBatchWriteItemSpec. withUnprocessedItems(Map<String,List<WriteRequest>> unprocessedItems) -
Uses of WriteRequest in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return WriteRequest Modifier and Type Method Description WriteRequestWriteRequest. clone()WriteRequestWriteRequest. withDeleteRequest(DeleteRequest deleteRequest)A request to perform a DeleteItem operation.WriteRequestWriteRequest. withPutRequest(PutRequest putRequest)A request to perform a PutItem operation.Methods in com.amazonaws.services.dynamodbv2.model that return types with arguments of type WriteRequest Modifier and Type Method Description Map<String,List<WriteRequest>>BatchWriteItemRequest. getRequestItems()A map of one or more table names and, for each table, a list of operations to be performed (DeleteRequest or PutRequest).Map<String,List<WriteRequest>>BatchWriteItemResult. getUnprocessedItems()A map of tables and requests against those tables that were not processed.Method parameters in com.amazonaws.services.dynamodbv2.model with type arguments of type WriteRequest Modifier and Type Method Description BatchWriteItemRequestBatchWriteItemRequest. addRequestItemsEntry(String key, List<WriteRequest> value)BatchWriteItemResultBatchWriteItemResult. addUnprocessedItemsEntry(String key, List<WriteRequest> value)voidBatchWriteItemRequest. setRequestItems(Map<String,List<WriteRequest>> requestItems)A map of one or more table names and, for each table, a list of operations to be performed (DeleteRequest or PutRequest).voidBatchWriteItemResult. setUnprocessedItems(Map<String,List<WriteRequest>> unprocessedItems)A map of tables and requests against those tables that were not processed.BatchWriteItemRequestBatchWriteItemRequest. withRequestItems(Map<String,List<WriteRequest>> requestItems)A map of one or more table names and, for each table, a list of operations to be performed (DeleteRequest or PutRequest).BatchWriteItemResultBatchWriteItemResult. withUnprocessedItems(Map<String,List<WriteRequest>> unprocessedItems)A map of tables and requests against those tables that were not processed.Constructor parameters in com.amazonaws.services.dynamodbv2.model with type arguments of type WriteRequest Constructor Description BatchWriteItemRequest(Map<String,List<WriteRequest>> requestItems)Constructs a new BatchWriteItemRequest object.
-