TransactWriteItem

A list of requests that can perform update, put, delete, or check operations on multiple items in one or more tables atomically.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A request to perform a check item operation.

Link copied to clipboard

A request to perform a DeleteItem operation.

Link copied to clipboard
val put: Put?

A request to perform a PutItem operation.

Link copied to clipboard

A request to perform an UpdateItem operation.

Functions

Link copied to clipboard
inline fun copy(block: TransactWriteItem.Builder.() -> Unit = {}): TransactWriteItem
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String