Class AwsSigningConfig.AwsSignedBodyValue

  • Enclosing class:
    AwsSigningConfig

    public class AwsSigningConfig.AwsSignedBodyValue
    extends java.lang.Object
    A set of string constants for various canonical request payload values. If signed body header type is not NONE then the value will also be reflected in X-Amz-Content-Sha256
    • Field Detail

      • UNSIGNED_PAYLOAD

        public static final java.lang.String UNSIGNED_PAYLOAD
        See Also:
        Constant Field Values
      • STREAMING_UNSIGNED_PAYLOAD_TRAILER

        public static final java.lang.String STREAMING_UNSIGNED_PAYLOAD_TRAILER
        See Also:
        Constant Field Values
      • STREAMING_AWS4_HMAC_SHA256_PAYLOAD

        public static final java.lang.String STREAMING_AWS4_HMAC_SHA256_PAYLOAD
        See Also:
        Constant Field Values
      • STREAMING_AWS4_ECDSA_P256_SHA256_PAYLOAD

        public static final java.lang.String STREAMING_AWS4_ECDSA_P256_SHA256_PAYLOAD
        See Also:
        Constant Field Values
      • STREAMING_AWS4_ECDSA_P256_SHA256_PAYLOAD_TRAILER

        public static final java.lang.String STREAMING_AWS4_ECDSA_P256_SHA256_PAYLOAD_TRAILER
        See Also:
        Constant Field Values
      • STREAMING_AWS4_HMAC_SHA256_EVENTS

        public static final java.lang.String STREAMING_AWS4_HMAC_SHA256_EVENTS
        See Also:
        Constant Field Values
    • Constructor Detail

      • AwsSignedBodyValue

        public AwsSignedBodyValue()