org.jclouds.sqs.reference
Interface SQSParameters


public interface SQSParameters

Configuration properties and constants used in SQS connections.

Author:
Adrian Cole
See Also:

Field Summary
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.
 

Field Detail

ACTION

static final String ACTION
The action to perform. For example: CreateQueue.

See Also:
Constant Field Values

VERSION

static final String VERSION
The API version to use, as specified in the WSDL. For example: 2011-10-01.

See Also:
Constant Field Values

AWS_ACCESS_KEY_ID

static final String AWS_ACCESS_KEY_ID
Your Access Key ID. For example: 0AS7253JW73RRM652K02. For more information, see Your AWS Identifiers in the Amazon SQS Developer Guide.

See Also:
Constant Field Values

TIMESTAMP

static final 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. Query requests must include either Timestamp or Expires, but not both.

See Also:
Constant Field Values

EXPIRES

static final 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. Query requests must include either Timestamp or Expires, but not both.

See Also:
Constant Field Values

SIGNATURE

static final String SIGNATURE
A request signature (for information, see Request Authentication in the Amazon SQS Developer Guide). For example: Qnpl4Qk/7tINHzfXCiT7VbBatDA=.

See Also:
Constant Field Values

SIGNATURE_METHOD

static final String SIGNATURE_METHOD
Required when you use signature version 2 with Query requests. For more information, see Query Request Authentication in the Amazon SQS Developer Guide.

See Also:
Constant Field Values

SIGNATURE_VERSION

static final String SIGNATURE_VERSION
For more information, see Query Request Authentication in the Amazon SQS Developer Guide.

See Also:
Constant Field Values


Copyright © 2009-2012 jclouds. All Rights Reserved.