public interface RequestParameters
| Modifier and Type | Field and Description | 
|---|---|
static String | 
ACCESS_KEY_ID
The Access Key ID for the request sender. 
 | 
static String | 
ACTION
Indicates the action to perform. 
 | 
static String | 
EXPIRES
The date and time at which the signer included in the request expires, in
 the format YYYY-MM-DDThh:mm:ssZ. 
 | 
static String | 
LOCALE
The locale to use. 
 | 
static String | 
SIGNATURE
The request signer. 
 | 
static String | 
SIGNATURE_METHOD
The hash algorithm you use to create the request signer. 
 | 
static String | 
SIGNATURE_VERSION
The signer 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. 
 | 
static final String ACTION
static final String VERSION
static final String LOCALE
static final String 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.