Modifier and Type | Field and Description |
---|---|
static String |
ACTION
The action to perform.
|
static String |
AWS_ACCESS_KEY_ID
Your Access Key ID.
|
static String |
EXPIRES
The date and time at which the signature included in the request expires, in the format
YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard.
|
static String |
SIGNATURE
A request signature (for information, see Request Authentication in the Amazon SQS Developer
Guide).
|
static String |
SIGNATURE_METHOD
Required when you use signature version 2 with Query requests.
|
static String |
SIGNATURE_VERSION
For more information, see Query Request Authentication in the Amazon SQS Developer Guide.
|
static String |
TIMESTAMP
The date and time the request is signed, in the format YYYY-MM-DDThh:mm:ssZ, as specified in
the ISO 8601 standard.
|
static String |
VERSION
The API version to use, as specified in the WSDL.
|
static final String ACTION
static final String VERSION
static final String AWS_ACCESS_KEY_ID
static final String TIMESTAMP
static final String EXPIRES
static final String SIGNATURE
static final String SIGNATURE_METHOD
static final String SIGNATURE_VERSION
Copyright © 2009-2013 jclouds. All Rights Reserved.