Interface HttpSigner<IdentityT extends Identity>

Type Parameters:
IdentityT - The type of the identity.
All Known Subinterfaces:
AwsV4aHttpSigner, AwsV4FamilyHttpSigner<T>, AwsV4HttpSigner, BearerHttpSigner
All Known Implementing Classes:
DefaultAwsCrtV4aHttpSigner, DefaultAwsV4HttpSigner, DefaultBearerHttpSigner, DefaultS3ExpressHttpSigner

public interface HttpSigner<IdentityT extends Identity>
Interface for the process of modifying a request destined for a service so that the service can authenticate the SDK customer’s identity.