Uses of Interface
software.amazon.awssdk.core.exception.Crc32MismatchException.Builder
-
Packages that use Crc32MismatchException.Builder Package Description software.amazon.awssdk.core.exception -
-
Uses of Crc32MismatchException.Builder in software.amazon.awssdk.core.exception
Classes in software.amazon.awssdk.core.exception that implement Crc32MismatchException.Builder Modifier and Type Class Description protected static classCrc32MismatchException.BuilderImplMethods in software.amazon.awssdk.core.exception that return Crc32MismatchException.Builder Modifier and Type Method Description static Crc32MismatchException.BuilderCrc32MismatchException. builder()Crc32MismatchException.BuilderCrc32MismatchException.Builder. cause(Throwable cause)Crc32MismatchException.BuilderCrc32MismatchException.BuilderImpl. cause(Throwable cause)Crc32MismatchException.BuilderCrc32MismatchException.Builder. message(String message)Crc32MismatchException.BuilderCrc32MismatchException.BuilderImpl. message(String message)Crc32MismatchException.BuilderCrc32MismatchException. toBuilder()Crc32MismatchException.BuilderCrc32MismatchException.Builder. writableStackTrace(Boolean writableStackTrace)Crc32MismatchException.BuilderCrc32MismatchException.BuilderImpl. writableStackTrace(Boolean writableStackTrace)Constructors in software.amazon.awssdk.core.exception with parameters of type Crc32MismatchException.Builder Constructor Description Crc32MismatchException(Crc32MismatchException.Builder b)Creates a new CRC32MismatchException with the specified message.
-