Uses of Interface
software.amazon.awssdk.http.auth.spi.signer.PayloadChecksumStore
Packages that use PayloadChecksumStore
Package
Description
-
Uses of PayloadChecksumStore in software.amazon.awssdk.http.auth.spi.internal.signer
Classes in software.amazon.awssdk.http.auth.spi.internal.signer that implement PayloadChecksumStore -
Uses of PayloadChecksumStore in software.amazon.awssdk.http.auth.spi.signer
Fields in software.amazon.awssdk.http.auth.spi.signer with type parameters of type PayloadChecksumStoreModifier and TypeFieldDescriptionstatic final SignerProperty<PayloadChecksumStore>SdkInternalHttpSignerProperty.CHECKSUM_STOREAn object for storing checksums calculated for a payload.Methods in software.amazon.awssdk.http.auth.spi.signer that return PayloadChecksumStoreModifier and TypeMethodDescriptionstatic PayloadChecksumStorePayloadChecksumStore.create()Returns the default implementation of this interface.