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 Summary
FieldsFields inherited from class software.amazon.awssdk.auth.signer.internal.AbstractAws4Signer
EMPTY_STRING_SHA256_HEX - 
Method Summary
Modifier 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.BaseAsyncAws4Signer
signAsyncRequestBodyMethods inherited from class software.amazon.awssdk.auth.signer.internal.BaseAws4Signer
presign, presignMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.core.signer.Signer
credentialType 
- 
Field Details
- 
EVENT_STREAM_SIGNATURE
- See Also:
 
 - 
EVENT_STREAM_DATE
- See Also:
 
 
 - 
 - 
Method Details
- 
sign
Description copied from interface:SignerMethod that takes in an request and returns a signed version of the request.- Specified by:
 signin interfaceSigner- Overrides:
 signin classBaseAws4Signer- Parameters:
 request- The request to signexecutionAttributes- Contains the attributes required for signing the request- Returns:
 - A signed version of the input request
 
 - 
sign
- Overrides:
 signin classBaseAws4Signer
 
 -