@Target(value=METHOD) @Retention(value=RUNTIME) public @interface DynamoDbAtomicCounter
Modifier and Type | Optional Element and Description |
---|---|
long |
delta
The value to increment (positive) or decrement (negative) the counter with for each update.
|
long |
startValue
The starting value of the counter.
|
Copyright © 2023. All rights reserved.