Class BaseEventStreamAsyncAws4Signer
java.lang.Object
software.amazon.awssdk.auth.signer.internal.AbstractAwsSigner
software.amazon.awssdk.auth.signer.internal.AbstractAws4Signer<Aws4SignerParams,Aws4PresignerParams>
 
software.amazon.awssdk.auth.signer.internal.BaseAws4Signer
software.amazon.awssdk.auth.signer.internal.BaseAsyncAws4Signer
software.amazon.awssdk.auth.signer.internal.BaseEventStreamAsyncAws4Signer
- All Implemented Interfaces:
- AsyncRequestBodySigner,- Presigner,- Signer
- Direct Known Subclasses:
- EventStreamAws4Signer
- 
Field SummaryFieldsFields inherited from class software.amazon.awssdk.auth.signer.internal.AbstractAws4SignerEMPTY_STRING_SHA256_HEX
- 
Method SummaryModifier and TypeMethodDescriptionsign(SdkHttpFullRequest request, Aws4SignerParams signingParams) sign(SdkHttpFullRequest request, ExecutionAttributes executionAttributes) Method that takes in an request and returns a signed version of the request.Methods inherited from class software.amazon.awssdk.auth.signer.internal.BaseAsyncAws4SignersignAsyncRequestBodyMethods inherited from class software.amazon.awssdk.auth.signer.internal.BaseAws4Signerpresign, presignMethods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.core.signer.SignercredentialType
- 
Field Details- 
EVENT_STREAM_SIGNATURE- See Also:
 
- 
EVENT_STREAM_DATE- See Also:
 
 
- 
- 
Method Details- 
signDescription copied from interface:SignerMethod that takes in an request and returns a signed version of the request.- Specified by:
- signin interface- Signer
- Overrides:
- signin class- BaseAws4Signer
- Parameters:
- request- The request to sign
- executionAttributes- Contains the attributes required for signing the request
- Returns:
- A signed version of the input request
 
- 
sign- Overrides:
- signin class- BaseAws4Signer
 
 
-