Uses of Class
software.amazon.awssdk.services.dynamodb.model.CancellationReason
Packages that use CancellationReason
-
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 CancellationReasonModifier and TypeMethodDescriptionTransactionCanceledException.cancellationReasons()A list of cancellation reasons.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type CancellationReasonModifier and TypeMethodDescriptionTransactionCanceledException.Builder.cancellationReasons(CancellationReason... cancellationReasons) A list of cancellation reasons.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type CancellationReasonModifier and TypeMethodDescriptionTransactionCanceledException.Builder.cancellationReasons(Collection<CancellationReason> cancellationReasons) A list of cancellation reasons.