Uses of Interface
software.amazon.awssdk.http.auth.aws.signer.AwsV4FamilyHttpSigner
Packages that use AwsV4FamilyHttpSigner
Package
Description
-
Uses of AwsV4FamilyHttpSigner in software.amazon.awssdk.http.auth.aws.crt.internal.signer
Classes in software.amazon.awssdk.http.auth.aws.crt.internal.signer that implement AwsV4FamilyHttpSignerModifier and TypeClassDescriptionfinal classAn implementation of aAwsV4aHttpSignerthat uses properties to compose v4a-signers in order to delegate signing of a request and payload (if applicable) accordingly. -
Uses of AwsV4FamilyHttpSigner in software.amazon.awssdk.http.auth.aws.internal.signer
Classes in software.amazon.awssdk.http.auth.aws.internal.signer that implement AwsV4FamilyHttpSignerModifier and TypeClassDescriptionfinal classAn implementation of aAwsV4HttpSignerthat uses properties to compose v4-signers in order to delegate signing of a request and payload (if applicable) accordingly. -
Uses of AwsV4FamilyHttpSigner in software.amazon.awssdk.http.auth.aws.signer
Subinterfaces of AwsV4FamilyHttpSigner in software.amazon.awssdk.http.auth.aws.signerModifier and TypeInterfaceDescriptioninterfaceAnHttpSignerthat will use the AWS V4a signing algorithm to sign a request using anAwsCredentialsIdentity).interfaceAnHttpSignerthat will use the AWS V4 signing algorithm to sign a request using anAwsCredentialsIdentity).