Class DefaultAwsV4HttpSigner

java.lang.Object
software.amazon.awssdk.http.auth.aws.internal.signer.DefaultAwsV4HttpSigner
All Implemented Interfaces:
AwsV4FamilyHttpSigner<AwsCredentialsIdentity>, AwsV4HttpSigner, HttpSigner<AwsCredentialsIdentity>

public final class DefaultAwsV4HttpSigner extends Object implements AwsV4HttpSigner
An implementation of a AwsV4HttpSigner that uses properties to compose v4-signers in order to delegate signing of a request and payload (if applicable) accordingly.