Interface ChecksumAlgorithm


  • @SdkProtectedApi
    public interface ChecksumAlgorithm
    An interface for declaring the implementation of a checksum.
    • Method Detail

      • algorithmId

        String algorithmId()
        The ID of the checksum algorithm. This is matched against algorithm names used in smithy traits (e.g. "CRC32C" from the aws.protocols#HTTPChecksum smithy trait)