Uses of Interface
software.amazon.awssdk.core.exception.Crc32MismatchException.Builder
Packages that use Crc32MismatchException.Builder
-
Uses of Crc32MismatchException.Builder in software.amazon.awssdk.core.exception
Classes in software.amazon.awssdk.core.exception that implement Crc32MismatchException.BuilderMethods in software.amazon.awssdk.core.exception that return Crc32MismatchException.BuilderModifier and TypeMethodDescriptionCrc32MismatchException.builder()Crc32MismatchException.Builder.numAttempts(Integer numAttempts) Crc32MismatchException.BuilderImpl.numAttempts(Integer numAttempts) Crc32MismatchException.toBuilder()Crc32MismatchException.Builder.writableStackTrace(Boolean writableStackTrace) Crc32MismatchException.BuilderImpl.writableStackTrace(Boolean writableStackTrace) Constructors in software.amazon.awssdk.core.exception with parameters of type Crc32MismatchException.BuilderModifierConstructorDescriptionprotectedCreates a new CRC32MismatchException with the specified message.