Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
CancellationReason |
CancellationReason.addItemEntry(String key,
AttributeValue value)
Add a single Item entry
|
CancellationReason |
CancellationReason.clearItemEntries()
Removes all the entries added into Item.
|
CancellationReason |
CancellationReason.clone() |
CancellationReason |
CancellationReason.withCode(String code)
Status code for the result of the cancelled transaction.
|
CancellationReason |
CancellationReason.withItem(Map<String,AttributeValue> item)
Item in the request which caused the transaction to get cancelled.
|
CancellationReason |
CancellationReason.withMessage(String message)
Cancellation reason message description.
|
Modifier and Type | Method and Description |
---|---|
List<CancellationReason> |
TransactionCanceledException.getCancellationReasons()
A list of cancellation reasons.
|
Modifier and Type | Method and Description |
---|---|
TransactionCanceledException |
TransactionCanceledException.withCancellationReasons(CancellationReason... cancellationReasons)
A list of cancellation reasons.
|
Modifier and Type | Method and Description |
---|---|
void |
TransactionCanceledException.setCancellationReasons(Collection<CancellationReason> cancellationReasons)
A list of cancellation reasons.
|
TransactionCanceledException |
TransactionCanceledException.withCancellationReasons(Collection<CancellationReason> cancellationReasons)
A list of cancellation reasons.
|
Copyright © 2024. All rights reserved.