Uses of Interface
software.amazon.awssdk.http.auth.aws.signer.AwsV4aHttpSigner
-
-
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 AwsV4aHttpSigner Modifier and Type Class Description classDefaultAwsCrtV4aHttpSignerAn 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 AwsV4aHttpSigner Modifier and Type Method Description AwsV4aHttpSignerDefaultAwsV4aAuthScheme. 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 AwsV4aHttpSigner Modifier and Type Method Description AwsV4aHttpSignerAwsV4aAuthScheme. 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 AwsV4aHttpSigner Modifier and Type Method Description static AwsV4aHttpSignerAwsV4aHttpSigner. create()Get a default implementation of aAwsV4aHttpSigner
-