Uses of Class
software.amazon.awssdk.auth.signer.internal.AbstractAws4Signer
-
Packages that use AbstractAws4Signer Package Description software.amazon.awssdk.auth.signer software.amazon.awssdk.auth.signer.internal -
-
Uses of AbstractAws4Signer in software.amazon.awssdk.auth.signer
Subclasses of AbstractAws4Signer 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.classAwsS3V4SignerAWS4 signer implementation for AWS S3classEventStreamAws4Signer -
Uses of AbstractAws4Signer in software.amazon.awssdk.auth.signer.internal
Subclasses of AbstractAws4Signer in software.amazon.awssdk.auth.signer.internal Modifier and Type Class Description classAbstractAwsS3V4SignerAWS4 signer implementation for AWS S3classBaseAsyncAws4SignerclassBaseAws4SignerAbstract base class for concrete implementations of Aws4 signers.classBaseEventStreamAsyncAws4Signer
-