Interface AwsV4aHttpSigner

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

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

AWS request signing is described here.

Using the AwsV4aHttpSigner

Sign an HTTP request and send it to a service.