Interface ChecksumAlgorithm
- All Known Implementing Classes:
- ChecksumUtil.ConstantChecksumAlgorithm
An interface for declaring the implementation of a checksum.
- 
Method Summary
- 
Method Details- 
algorithmIdString 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)
 
-