Class Aws4Signer

All Implemented Interfaces:
Presigner, Signer

@Deprecated public final class Aws4Signer extends BaseAws4Signer
Deprecated.
Use software.amazon.awssdk.http.auth.aws.signer.AwsV4HttpSigner from the 'http-auth-aws' module.
Signer implementation that signs requests with the AWS4 signing protocol.
  • Method Details

    • create

      public static Aws4Signer create()
      Deprecated.