Package com.networknt.aws.lambda.utility
Class HeaderKey
- java.lang.Object
-
- com.networknt.aws.lambda.utility.HeaderKey
-
public class HeaderKey extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringAMZ_TARGETstatic StringAUTHORIZATIONstatic StringCONTENT_TYPEstatic StringCORRELATIONstatic StringPARAMETER_SECRET_TOKENstatic StringSCOPE_TOKENstatic StringSERVICE_IDstatic StringSERVICE_URLstatic StringTRACEABILITYstatic StringWWW_AUTHENTICATE
-
Constructor Summary
Constructors Constructor Description HeaderKey()
-
-
-
Field Detail
-
TRACEABILITY
public static final String TRACEABILITY
- See Also:
- Constant Field Values
-
CORRELATION
public static final String CORRELATION
- See Also:
- Constant Field Values
-
AUTHORIZATION
public static final String AUTHORIZATION
- See Also:
- Constant Field Values
-
SCOPE_TOKEN
public static final String SCOPE_TOKEN
- See Also:
- Constant Field Values
-
CONTENT_TYPE
public static final String CONTENT_TYPE
- See Also:
- Constant Field Values
-
WWW_AUTHENTICATE
public static final String WWW_AUTHENTICATE
- See Also:
- Constant Field Values
-
PARAMETER_SECRET_TOKEN
public static final String PARAMETER_SECRET_TOKEN
- See Also:
- Constant Field Values
-
AMZ_TARGET
public static final String AMZ_TARGET
- See Also:
- Constant Field Values
-
SERVICE_ID
public static final String SERVICE_ID
- See Also:
- Constant Field Values
-
SERVICE_URL
public static final String SERVICE_URL
- See Also:
- Constant Field Values
-
-