Package com.amazonaws.auth
Interface ServiceAwareSigner
-
- All Superinterfaces:
Signer
- All Known Implementing Classes:
AWS4Signer
public interface ServiceAwareSigner extends Signer
A signer that needs to know which service it is talking to.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setServiceName(String value)
Configure this signer with the name of the service it will be used to sign requests for.
-
-
-
Method Detail
-
setServiceName
void setServiceName(String value)
Configure this signer with the name of the service it will be used to sign requests for.- Parameters:
value
- The name of the service.
-
-