Interface AwsV4HttpSigner

All Superinterfaces:
AwsV4FamilyHttpSigner<AwsCredentialsIdentity>, HttpSigner<AwsCredentialsIdentity>
All Known Implementing Classes:
DefaultAwsV4HttpSigner

public interface AwsV4HttpSigner extends AwsV4FamilyHttpSigner<AwsCredentialsIdentity>
An HttpSigner that will sign a request using an AWS credentials AwsCredentialsIdentity).

The process for signing requests to send to AWS services is documented here.

  • Field Details

    • REGION_NAME

      static final SignerProperty<String> REGION_NAME
      The AWS region name to be used for computing the signature. This property is required.
  • Method Details