| Constructor and Description |
|---|
NoOpSigner() |
| Modifier and Type | Method and Description |
|---|---|
software.amazon.awssdk.http.SdkHttpFullRequest |
presign(software.amazon.awssdk.http.SdkHttpFullRequest request,
ExecutionAttributes executionAttributes)
Method that takes in an request and returns a pre signed version of the request.
|
software.amazon.awssdk.http.SdkHttpFullRequest |
sign(software.amazon.awssdk.http.SdkHttpFullRequest request,
ExecutionAttributes executionAttributes)
Method that takes in an request and returns a signed version of the request.
|
public software.amazon.awssdk.http.SdkHttpFullRequest presign(software.amazon.awssdk.http.SdkHttpFullRequest request,
ExecutionAttributes executionAttributes)
Presignerpublic software.amazon.awssdk.http.SdkHttpFullRequest sign(software.amazon.awssdk.http.SdkHttpFullRequest request,
ExecutionAttributes executionAttributes)
SignerCopyright © 2022. All rights reserved.