Interface AwsV4HttpSigner

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

@SdkPublicApi public interface AwsV4HttpSigner extends AwsV4FamilyHttpSigner<AwsCredentialsIdentity>
An HttpSigner that will use the AWS V4 signing algorithm to sign a request using an AwsCredentialsIdentity).

The steps performed by this signer are documented here.

Using the AwsV4HttpSigner

Sign an HTTP request and send it to a service.

  • 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