Interface AwsV4aHttpSigner

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

public interface AwsV4aHttpSigner 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.