Interface ChecksumAlgorithm
-
@SdkProtectedApi public interface ChecksumAlgorithm
An interface for declaring the implementation of a checksum.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringalgorithmId()The ID of the checksum algorithm.
-
-
-
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)
-
-