Uses of Class
software.amazon.awssdk.auth.signer.internal.BaseAws4Signer
-
Packages that use BaseAws4Signer Package Description software.amazon.awssdk.auth.signer software.amazon.awssdk.auth.signer.internal -
-
Uses of BaseAws4Signer in software.amazon.awssdk.auth.signer
Subclasses of BaseAws4Signer in software.amazon.awssdk.auth.signer Modifier and Type Class Description classAsyncAws4SignerAWS Signature Version 4 signer that can include contents of an asynchronous request body into the signature calculation.classAws4SignerSigner implementation that signs requests with the AWS4 signing protocol.classAws4UnsignedPayloadSignerExactly the same asAws4Signerexcept if the request is being sent over HTTPS, then it returns the stringUNSIGNED-PAYLOADas the content SHA-256 so services that support it can avoid needing to calculate the value when authorizing the request.classEventStreamAws4Signer -
Uses of BaseAws4Signer in software.amazon.awssdk.auth.signer.internal
Subclasses of BaseAws4Signer in software.amazon.awssdk.auth.signer.internal Modifier and Type Class Description classBaseAsyncAws4SignerclassBaseEventStreamAsyncAws4Signer
-