public interface Signer
Modifier and Type | Method and Description |
---|---|
void |
sign(Request<?> request,
AWSCredentials credentials)
Sign the given request with the given set of credentials.
|
void sign(Request<?> request, AWSCredentials credentials)
request
- The request to sign.credentials
- The credentials to sign the request with.Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.