Uses of Interface
software.amazon.awssdk.http.auth.aws.signer.AwsV4aHttpSigner
Packages that use AwsV4aHttpSigner
Package
Description
-
Uses of AwsV4aHttpSigner in software.amazon.awssdk.http.auth.aws.crt.internal.signer
Classes in software.amazon.awssdk.http.auth.aws.crt.internal.signer that implement AwsV4aHttpSignerModifier 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 AwsV4aHttpSigner in software.amazon.awssdk.http.auth.aws.internal.scheme
Methods in software.amazon.awssdk.http.auth.aws.internal.scheme that return AwsV4aHttpSignerModifier and TypeMethodDescriptionDefaultAwsV4aAuthScheme.signer()AwsV4aHttpSigner.create() returns the CRT implementation and requires the optional dependency http-auth-aws-crt to be added. -
Uses of AwsV4aHttpSigner in software.amazon.awssdk.http.auth.aws.scheme
Methods in software.amazon.awssdk.http.auth.aws.scheme that return AwsV4aHttpSignerModifier and TypeMethodDescriptionAwsV4aAuthScheme.signer()Retrieve theAwsV4aHttpSignerassociated with this authentication scheme. -
Uses of AwsV4aHttpSigner in software.amazon.awssdk.http.auth.aws.signer
Methods in software.amazon.awssdk.http.auth.aws.signer that return AwsV4aHttpSignerModifier and TypeMethodDescriptionstatic AwsV4aHttpSignerAwsV4aHttpSigner.create()Get a default implementation of aAwsV4aHttpSigner