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 |
GetFunctionConfigurationResult.getEnvironment()
The function's environment variables.
|
EnvironmentResponse |
FunctionConfiguration.getEnvironment()
The function's environment variables.
|
EnvironmentResponse |
PublishVersionResult.getEnvironment()
The function's environment variables.
|
EnvironmentResponse |
CreateFunctionResult.getEnvironment()
The function's environment variables.
|
EnvironmentResponse |
UpdateFunctionConfigurationResult.getEnvironment()
The function's environment variables.
|
EnvironmentResponse |
UpdateFunctionCodeResult.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.
|
Modifier and Type | Method and Description |
---|---|
void |
GetFunctionConfigurationResult.setEnvironment(EnvironmentResponse environment)
The function's environment variables.
|
void |
FunctionConfiguration.setEnvironment(EnvironmentResponse environment)
The function's environment variables.
|
void |
PublishVersionResult.setEnvironment(EnvironmentResponse environment)
The function's environment variables.
|
void |
CreateFunctionResult.setEnvironment(EnvironmentResponse environment)
The function's environment variables.
|
void |
UpdateFunctionConfigurationResult.setEnvironment(EnvironmentResponse environment)
The function's environment variables.
|
void |
UpdateFunctionCodeResult.setEnvironment(EnvironmentResponse environment)
The function's environment variables.
|
GetFunctionConfigurationResult |
GetFunctionConfigurationResult.withEnvironment(EnvironmentResponse environment)
The function's environment variables.
|
FunctionConfiguration |
FunctionConfiguration.withEnvironment(EnvironmentResponse environment)
The function's environment variables.
|
PublishVersionResult |
PublishVersionResult.withEnvironment(EnvironmentResponse environment)
The function's environment variables.
|
CreateFunctionResult |
CreateFunctionResult.withEnvironment(EnvironmentResponse environment)
The function's environment variables.
|
UpdateFunctionConfigurationResult |
UpdateFunctionConfigurationResult.withEnvironment(EnvironmentResponse environment)
The function's environment variables.
|
UpdateFunctionCodeResult |
UpdateFunctionCodeResult.withEnvironment(EnvironmentResponse environment)
The function's environment variables.
|
Copyright © 2020. All rights reserved.