Uses of Class
software.amazon.awssdk.auth.signer.internal.AbstractAwsSigner
-
Packages that use AbstractAwsSigner Package Description software.amazon.awssdk.auth.signer software.amazon.awssdk.auth.signer.internal -
-
Uses of AbstractAwsSigner in software.amazon.awssdk.auth.signer
Subclasses of AbstractAwsSigner 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 AbstractAwsSigner in software.amazon.awssdk.auth.signer.internal
Subclasses of AbstractAwsSigner in software.amazon.awssdk.auth.signer.internal Modifier and Type Class Description classAbstractAws4Signer<T extends Aws4SignerParams,U extends Aws4PresignerParams>Abstract base class for the AWS SigV4 signer implementations.classAbstractAwsS3V4SignerAWS4 signer implementation for AWS S3classBaseAsyncAws4SignerclassBaseAws4SignerAbstract base class for concrete implementations of Aws4 signers.classBaseEventStreamAsyncAws4Signer
-