|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SignatureVersion | |
---|---|
com.amazonaws.auth |
Uses of SignatureVersion in com.amazonaws.auth |
---|
Methods in com.amazonaws.auth that return SignatureVersion | |
---|---|
static SignatureVersion |
SignatureVersion.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SignatureVersion[] |
SignatureVersion.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.amazonaws.auth with parameters of type SignatureVersion | |
---|---|
void |
QueryStringSigner.sign(Request<T> request,
SignatureVersion version,
SigningAlgorithm algorithm)
This signer will add following authentication parameters to the request: AWSAccessKeyId SignatureVersion SignatureMethod Timestamp Signature |
void |
Signer.sign(Request<T> request,
SignatureVersion version,
SigningAlgorithm algorithm)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |