Interface AwsV4aHttpSigner
-
- All Superinterfaces:
AwsV4FamilyHttpSigner<AwsCredentialsIdentity>,HttpSigner<AwsCredentialsIdentity>
- All Known Implementing Classes:
DefaultAwsCrtV4aHttpSigner
public interface AwsV4aHttpSigner extends AwsV4FamilyHttpSigner<AwsCredentialsIdentity>
AnHttpSignerthat will use the AWS V4a signing algorithm to sign a request using anAwsCredentialsIdentity).AWS request signing is described here.
Using the AwsV4aHttpSigner
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
Fields Modifier and Type Field Description static SignerProperty<RegionSet>REGION_SETThe AWS region-set 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 Methods Modifier and Type Method Description static AwsV4aHttpSignercreate()Get a default implementation of aAwsV4aHttpSigner
-
-
-
Field Detail
-
REGION_SET
static final SignerProperty<RegionSet> REGION_SET
The AWS region-set to be used for computing the signature. This property is required.
-
-
Method Detail
-
create
static AwsV4aHttpSigner create()
Get a default implementation of aAwsV4aHttpSigner
-
-