public class RequestKt
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getStageName(Request $receiver)
The AWS stage name; this is an extension property to avoid putting AWS concepts into the core module.
|
static java.util.Map<java.lang.String,java.lang.String> |
getStageVariables(Request $receiver)
The AWS stage variables; this is an extension property to avoid putting AWS concepts into the core module.
|
public static java.util.Map<java.lang.String,java.lang.String> getStageVariables(Request $receiver)
The AWS stage variables; this is an extension property to avoid putting AWS concepts into the core module.
public static java.lang.String getStageName(Request $receiver)
The AWS stage name; this is an extension property to avoid putting AWS concepts into the core module.