Uses of Interface
software.amazon.awssdk.http.auth.aws.signer.AwsV4HttpSigner
Packages that use AwsV4HttpSigner
Package
Description
-
Uses of AwsV4HttpSigner in software.amazon.awssdk.http.auth.aws.internal.scheme
Methods in software.amazon.awssdk.http.auth.aws.internal.scheme that return AwsV4HttpSigner -
Uses of AwsV4HttpSigner in software.amazon.awssdk.http.auth.aws.internal.signer
Classes in software.amazon.awssdk.http.auth.aws.internal.signer that implement AwsV4HttpSignerModifier 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 AwsV4HttpSigner in software.amazon.awssdk.http.auth.aws.scheme
Methods in software.amazon.awssdk.http.auth.aws.scheme that return AwsV4HttpSignerModifier and TypeMethodDescriptionAwsV4AuthScheme.signer()Retrieve theAwsV4HttpSignerassociated with this authentication scheme. -
Uses of AwsV4HttpSigner in software.amazon.awssdk.http.auth.aws.signer
Methods in software.amazon.awssdk.http.auth.aws.signer that return AwsV4HttpSignerModifier and TypeMethodDescriptionstatic AwsV4HttpSignerAwsV4HttpSigner.create()Get a default implementation of aAwsV4HttpSigner