Uses of Class
software.amazon.awssdk.services.dynamodb.model.CancellationReason
-
Packages that use CancellationReason Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of CancellationReason in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type CancellationReason Modifier and Type Method Description List<CancellationReason>
TransactionCanceledException. cancellationReasons()
A list of cancellation reasons.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type CancellationReason Modifier and Type Method Description TransactionCanceledException.Builder
TransactionCanceledException.Builder. cancellationReasons(CancellationReason... cancellationReasons)
A list of cancellation reasons.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type CancellationReason Modifier and Type Method Description TransactionCanceledException.Builder
TransactionCanceledException.Builder. cancellationReasons(Collection<CancellationReason> cancellationReasons)
A list of cancellation reasons.
-