BatchExecuteStatement

@JsonSerializable
data class BatchExecuteStatement(val Statements: List<ReqStatement>) : DynamoDbAction<BatchStatements>

Constructors

Link copied to clipboard
constructor(Statements: List<ReqStatement>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toRequest(): Request
Link copied to clipboard
open override fun toResult(response: Response): Result<BatchStatements, RemoteFailure>
Link copied to clipboard
open fun uri(): Uri