com.amazonaws.auth
Interface RegionAwareSigner
- All Superinterfaces:
- Signer
- All Known Implementing Classes:
- AWS4Signer
public interface RegionAwareSigner
- extends Signer
A signer that needs to know which region it is talking to.
Method Summary |
void |
setRegionName(java.lang.String value)
Configure this signer with the name of the region it will be used
to sign requests for. |
Methods inherited from interface com.amazonaws.auth.Signer |
sign |
setRegionName
void setRegionName(java.lang.String value)
- Configure this signer with the name of the region it will be used
to sign requests for.
- Parameters:
value
- The name of the region.
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.