public interface RequestSigner
Modifier and Type | Method and Description |
---|---|
void |
sign(SignableRequest<?> request)
Sign the given request - modifies the
passed-in request to apply the signature.
|
void sign(SignableRequest<?> request)
request
- The request to sign.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.