Class FormParameters


  • public final class FormParameters
    extends Object
    Configuration properties and constants used in EC2 connections.
    See Also:
    • Field Detail

      • VERSION

        public static final String VERSION
        The API version to use, as specified in the WSDL. Example: 2009-04-04
        See Also:
        Constant Field Values
      • AWS_ACCESS_KEY_ID

        public static final String AWS_ACCESS_KEY_ID
        The Access Key ID for the request sender. This identifies the account which will be charged for usage of the service. The account with which the Access Key ID is associated must be signed up for Amazon EC2, or requests will not be accepted. AKIADQKE4SARGYLE
        See Also:
        Constant Field Values
      • TIMESTAMP

        public static final String TIMESTAMP
        The date and time at which the request is signed, in the format YYYY-MM-DDThh:mm:ssZ. For more information, go to ISO 8601. Example: 2006-07-07T15:04:56Z
        See Also:
        Constant Field Values
      • EXPIRES

        public 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. Example: 2006-07-07T15:04:56Z
        See Also:
        Constant Field Values
      • SIGNATURE

        public static final String SIGNATURE
        The request signature. For more information, go to the Amazon Elastic Compute Cloud Developer Guide. Example: Qnpl4Qk/7tINHzfXCiT7VbBatDA=
        See Also:
        Constant Field Values
      • SIGNATURE_METHOD

        public static final String SIGNATURE_METHOD
        The hash algorithm you use to create the request signature. Valid values: HmacSHA256 | HmacSHA1. For more information, go to the Amazon Elastic Compute Cloud Developer Guide. Example: HmacSHA256
        See Also:
        Constant Field Values
      • SIGNATURE_VERSION

        public static final String SIGNATURE_VERSION
        The signature version you use to sign the request. Set this value to 2. For more information, go to the Amazon Elastic Compute Cloud Developer Guide. Example: 2
        See Also:
        Constant Field Values