Uses of Class
software.amazon.awssdk.services.dynamodb.model.TransactionConflictException
Packages that use TransactionConflictException
-
Uses of TransactionConflictException in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that throw TransactionConflictExceptionModifier and TypeMethodDescriptiondefault DeleteItemResponseDynamoDbClient.deleteItem(Consumer<DeleteItemRequest.Builder> deleteItemRequest) Deletes a single item in a table by primary key.default DeleteItemResponseDynamoDbClient.deleteItem(DeleteItemRequest deleteItemRequest) Deletes a single item in a table by primary key.default ExecuteStatementResponseDynamoDbClient.executeStatement(Consumer<ExecuteStatementRequest.Builder> executeStatementRequest) This operation allows you to perform reads and singleton writes on data stored in DynamoDB, using PartiQL.default ExecuteStatementResponseDynamoDbClient.executeStatement(ExecuteStatementRequest executeStatementRequest) This operation allows you to perform reads and singleton writes on data stored in DynamoDB, using PartiQL.default PutItemResponseDynamoDbClient.putItem(Consumer<PutItemRequest.Builder> putItemRequest) Creates a new item, or replaces an old item with a new item.default PutItemResponseDynamoDbClient.putItem(PutItemRequest putItemRequest) Creates a new item, or replaces an old item with a new item.default UpdateItemResponseDynamoDbClient.updateItem(Consumer<UpdateItemRequest.Builder> updateItemRequest) Edits an existing item's attributes, or adds a new item to the table if it does not already exist.default UpdateItemResponseDynamoDbClient.updateItem(UpdateItemRequest updateItemRequest) Edits an existing item's attributes, or adds a new item to the table if it does not already exist.