public final class AwsSignerExecutionAttribute extends SdkExecutionAttribute
ExecutionInterceptors and
 Signers.| Modifier and Type | Field and Description | 
|---|---|
| static ExecutionAttribute<AwsCredentials> | AWS_CREDENTIALSThe key under which the request credentials are set. | 
| static ExecutionAttribute<Instant> | PRESIGNER_EXPIRATIONThe key to specify the expiration time when pre-signing aws requests. | 
| static ExecutionAttribute<String> | SERVICE_SIGNING_NAMEThe signing name of the service to be using in SigV4 signing | 
| static ExecutionAttribute<Boolean> | SIGNER_DOUBLE_URL_ENCODEThe key to specify whether to use double url encoding during signing. | 
| static ExecutionAttribute<Region> | SIGNING_REGIONThe AWS  Regionthat is used for signing a request. | 
CLIENT_TYPE, OPERATION_NAME, SERVICE_CONFIG, SERVICE_NAME, TIME_OFFSETpublic static final ExecutionAttribute<AwsCredentials> AWS_CREDENTIALS
public static final ExecutionAttribute<Region> SIGNING_REGION
Region that is used for signing a request. This is not always same as the region configured on the client
 for global services like IAM.public static final ExecutionAttribute<String> SERVICE_SIGNING_NAME
public static final ExecutionAttribute<Boolean> SIGNER_DOUBLE_URL_ENCODE
public static final ExecutionAttribute<Instant> PRESIGNER_EXPIRATION
Copyright © 2019. All rights reserved.