public interface Signer
Modifier and Type | Method and Description |
---|---|
void |
sign(SignableRequest<?> request,
AWSCredentials credentials)
Sign the given request with the given set of credentials.
|
void sign(SignableRequest<?> request, AWSCredentials credentials)
request
- The request to sign.credentials
- The credentials to sign the request with.Copyright © 2022. All rights reserved.