Interface RegionAwareSigner
- All Superinterfaces:
Signer
- All Known Implementing Classes:
AWS4Signer
A signer that needs to know which region it is talking to.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetRegionName(String value) Configure this signer with the name of the region it will be used to sign requests for.
-
Method Details
-
setRegionName
Configure this signer with the name of the region it will be used to sign requests for.- Parameters:
value- The name of the region.
-