Package | Description |
---|---|
com.amazonaws.services.lambda.model |
Modifier and Type | Method and Description |
---|---|
EnvironmentResponse |
EnvironmentResponse.addVariablesEntry(String key,
String value)
Add a single Variables entry
|
EnvironmentResponse |
EnvironmentResponse.clearVariablesEntries()
Removes all the entries added into Variables.
|
EnvironmentResponse |
EnvironmentResponse.clone() |
EnvironmentResponse |
FunctionConfiguration.getEnvironment()
The function's environment
variables.
|
EnvironmentResponse |
UpdateFunctionConfigurationResult.getEnvironment()
The function's environment
variables.
|
EnvironmentResponse |
UpdateFunctionCodeResult.getEnvironment()
The function's environment
variables.
|
EnvironmentResponse |
PublishVersionResult.getEnvironment()
The function's environment
variables.
|
EnvironmentResponse |
GetFunctionConfigurationResult.getEnvironment()
The function's environment
variables.
|
EnvironmentResponse |
CreateFunctionResult.getEnvironment()
The function's environment
variables.
|
EnvironmentResponse |
EnvironmentResponse.withError(EnvironmentError error)
Error messages for environment variables that couldn't be applied.
|
EnvironmentResponse |
EnvironmentResponse.withVariables(Map<String,String> variables)
Environment variable key-value pairs.
|
Copyright © 2022. All rights reserved.