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 use the AWS V4a signing algorithm to sign a request using anAwsCredentialsIdentity).interfaceAwsV4HttpSignerAnHttpSignerthat will use the AWS V4 signing algorithm to sign a request using anAwsCredentialsIdentity).
-