Uses of Interface
software.amazon.awssdk.services.dynamodb.model.TransactionCanceledException.Builder
Packages that use TransactionCanceledException.Builder
-
Uses of TransactionCanceledException.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return TransactionCanceledException.BuilderModifier and TypeMethodDescriptionTransactionCanceledException.Builder.awsErrorDetails(AwsErrorDetails awsErrorDetails) TransactionCanceledException.builder()TransactionCanceledException.Builder.cancellationReasons(Collection<CancellationReason> cancellationReasons) A list of cancellation reasons.TransactionCanceledException.Builder.cancellationReasons(Consumer<CancellationReason.Builder>... cancellationReasons) A list of cancellation reasons.TransactionCanceledException.Builder.cancellationReasons(CancellationReason... cancellationReasons) A list of cancellation reasons.TransactionCanceledException.Builder.numAttempts(Integer numAttempts) TransactionCanceledException.Builder.statusCode(int statusCode) TransactionCanceledException.toBuilder()TransactionCanceledException.Builder.writableStackTrace(Boolean writableStackTrace) Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type TransactionCanceledException.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TransactionCanceledException.Builder>TransactionCanceledException.serializableBuilderClass()