Interface AwsV4HttpSigner
- All Superinterfaces:
AwsV4FamilyHttpSigner<AwsCredentialsIdentity>,HttpSigner<AwsCredentialsIdentity>
- All Known Implementing Classes:
DefaultAwsV4HttpSigner
@SdkPublicApi
public interface AwsV4HttpSigner
extends AwsV4FamilyHttpSigner<AwsCredentialsIdentity>
An
HttpSigner that will use the AWS V4 signing algorithm to sign a request using an
AwsCredentialsIdentity).
The steps performed by this signer are documented here.
Using the AwsV4HttpSigner
Sign an HTTP request and send it to a service.
-
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_NAMEFields inherited from interface software.amazon.awssdk.http.auth.spi.signer.HttpSigner
SIGNING_CLOCK -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic AwsV4HttpSignercreate()Get a default implementation of aAwsV4HttpSigner
-
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
-