RegionAwareSigner
, ServiceAwareSigner
AbstractAwsSigner
, Aws4Signer
, AwsS3V4Signer
, NoOpSigner
, QueryStringSigner
public interface Signer
Modifier and Type | Method | Description |
---|---|---|
SdkHttpFullRequest |
sign(SdkHttpFullRequest request,
AwsCredentials credentials) |
Sign the given request with the given set of credentials.
|
SdkHttpFullRequest sign(SdkHttpFullRequest request, AwsCredentials credentials)
request
- The request to sign.credentials
- The credentials to sign the request with.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.