Uses of Interface
software.amazon.awssdk.http.auth.aws.signer.AwsV4HttpSigner
-
-
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 Modifier and Type Method Description AwsV4HttpSignerDefaultAwsV4AuthScheme. signer() -
Uses of AwsV4HttpSigner in software.amazon.awssdk.http.auth.aws.internal.signer
Classes in software.amazon.awssdk.http.auth.aws.internal.signer that implement AwsV4HttpSigner Modifier and Type Class Description classDefaultAwsV4HttpSignerAn 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 AwsV4HttpSigner Modifier and Type Method Description AwsV4HttpSignerAwsV4AuthScheme. 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 AwsV4HttpSigner Modifier and Type Method Description static AwsV4HttpSignerAwsV4HttpSigner. create()Get a default implementation of aAwsV4HttpSigner
-