Uses of Interface
software.amazon.awssdk.enhanced.dynamodb.internal.operations.TransactableWriteOperation
-
Packages that use TransactableWriteOperation Package Description software.amazon.awssdk.enhanced.dynamodb.internal.operations software.amazon.awssdk.enhanced.dynamodb.model -
-
Uses of TransactableWriteOperation in software.amazon.awssdk.enhanced.dynamodb.internal.operations
Classes in software.amazon.awssdk.enhanced.dynamodb.internal.operations that implement TransactableWriteOperation Modifier and Type Class Description class
DeleteItemOperation<T>
class
PutItemOperation<T>
class
UpdateItemOperation<T>
-
Uses of TransactableWriteOperation in software.amazon.awssdk.enhanced.dynamodb.model
Classes in software.amazon.awssdk.enhanced.dynamodb.model that implement TransactableWriteOperation Modifier and Type Class Description class
ConditionCheck<T>
Use ConditionCheck as a part of the composite operation transactGetItems (for exampleDynamoDbEnhancedClient.transactGetItems(TransactGetItemsEnhancedRequest)
) to determine if the other actions that are part of the same transaction should take effect.
-