Interface AwsV4HttpSigner
- All Superinterfaces:
AwsV4FamilyHttpSigner<AwsCredentialsIdentity>
,HttpSigner<AwsCredentialsIdentity>
- All Known Implementing Classes:
DefaultAwsV4HttpSigner
An
HttpSigner
that will sign a request using an AWS credentials AwsCredentialsIdentity
).
The process for signing requests to send to AWS services is documented here.
-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awssdk.http.auth.aws.signer.AwsV4FamilyHttpSigner
AwsV4FamilyHttpSigner.AuthLocation
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SignerProperty
<String> The AWS region name to be used for computing the signature.Fields inherited from interface software.amazon.awssdk.http.auth.aws.signer.AwsV4FamilyHttpSigner
AUTH_LOCATION, CHECKSUM_ALGORITHM, CHUNK_ENCODING_ENABLED, DOUBLE_URL_ENCODE, EXPIRATION_DURATION, NORMALIZE_PATH, PAYLOAD_SIGNING_ENABLED, SERVICE_SIGNING_NAME
Fields inherited from interface software.amazon.awssdk.http.auth.spi.signer.HttpSigner
SIGNING_CLOCK
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic AwsV4HttpSigner
create()
Get a default implementation of aAwsV4HttpSigner
Methods inherited from interface software.amazon.awssdk.http.auth.spi.signer.HttpSigner
sign, sign, signAsync, signAsync
-
Field Details
-
REGION_NAME
The AWS region name to be used for computing the signature. This property is required.
-
-
Method Details
-
create
Get a default implementation of aAwsV4HttpSigner
-