Uses of Interface
software.amazon.awssdk.http.auth.aws.signer.AwsV4FamilyHttpSigner
-
-
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 AwsV4FamilyHttpSigner 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 AwsV4FamilyHttpSigner in software.amazon.awssdk.http.auth.aws.internal.signer
Classes in software.amazon.awssdk.http.auth.aws.internal.signer that implement AwsV4FamilyHttpSigner 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 AwsV4FamilyHttpSigner in software.amazon.awssdk.http.auth.aws.signer
Subinterfaces of AwsV4FamilyHttpSigner in software.amazon.awssdk.http.auth.aws.signer Modifier and Type Interface Description interfaceAwsV4aHttpSignerAnHttpSignerthat will sign a request using an AWS credentialsAwsCredentialsIdentity).interfaceAwsV4HttpSignerAnHttpSignerthat will sign a request using an AWS credentialsAwsCredentialsIdentity).
-