| Modifier and Type | Field and Description | 
|---|---|
static String | 
ACTION
Indicates the action to perform. 
 | 
static String | 
AWS_ACCESS_KEY_ID
The Access Key ID for the request sender. 
 | 
static String | 
EXPIRES
The date and time at which the signature included in the request expires, in the format
 YYYY-MM-DDThh:mm:ssZ. 
 | 
static String | 
SECURITY_TOKEN
Temporary access token. 
 | 
static String | 
SIGNATURE
The request signature. 
 | 
static String | 
SIGNATURE_METHOD
The hash algorithm you use to create the request signature. 
 | 
static String | 
SIGNATURE_VERSION
The signature version you use to sign the request. 
 | 
static String | 
TIMESTAMP
The date and time at which the request is signed, in the format YYYY-MM-DDThh:mm:ssZ. 
 | 
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 SECURITY_TOKEN
static final String SIGNATURE_METHOD
static final String SIGNATURE_VERSION
Copyright © 2009-2013 jclouds. All Rights Reserved.