Package | Description |
---|---|
com.amazonaws.services.lambda.model |
Modifier and Type | Method and Description |
---|---|
EnvironmentResponse |
EnvironmentResponse.addVariablesEntry(String key,
String value) |
EnvironmentResponse |
EnvironmentResponse.clearVariablesEntries()
Removes all the entries added into Variables.
|
EnvironmentResponse |
EnvironmentResponse.clone() |
EnvironmentResponse |
FunctionConfiguration.getEnvironment()
The parent object that contains your environment's configuration settings.
|
EnvironmentResponse |
PublishVersionResult.getEnvironment()
The parent object that contains your environment's configuration settings.
|
EnvironmentResponse |
GetFunctionConfigurationResult.getEnvironment()
The parent object that contains your environment's configuration settings.
|
EnvironmentResponse |
UpdateFunctionConfigurationResult.getEnvironment()
The parent object that contains your environment's configuration settings.
|
EnvironmentResponse |
CreateFunctionResult.getEnvironment()
The parent object that contains your environment's configuration settings.
|
EnvironmentResponse |
UpdateFunctionCodeResult.getEnvironment()
The parent object that contains your environment's configuration settings.
|
EnvironmentResponse |
EnvironmentResponse.withError(EnvironmentError error) |
EnvironmentResponse |
EnvironmentResponse.withVariables(Map<String,String> variables)
The key-value pairs returned that represent your environment's configuration settings or error information.
|
Modifier and Type | Method and Description |
---|---|
void |
FunctionConfiguration.setEnvironment(EnvironmentResponse environment)
The parent object that contains your environment's configuration settings.
|
void |
PublishVersionResult.setEnvironment(EnvironmentResponse environment)
The parent object that contains your environment's configuration settings.
|
void |
GetFunctionConfigurationResult.setEnvironment(EnvironmentResponse environment)
The parent object that contains your environment's configuration settings.
|
void |
UpdateFunctionConfigurationResult.setEnvironment(EnvironmentResponse environment)
The parent object that contains your environment's configuration settings.
|
void |
CreateFunctionResult.setEnvironment(EnvironmentResponse environment)
The parent object that contains your environment's configuration settings.
|
void |
UpdateFunctionCodeResult.setEnvironment(EnvironmentResponse environment)
The parent object that contains your environment's configuration settings.
|
FunctionConfiguration |
FunctionConfiguration.withEnvironment(EnvironmentResponse environment)
The parent object that contains your environment's configuration settings.
|
PublishVersionResult |
PublishVersionResult.withEnvironment(EnvironmentResponse environment)
The parent object that contains your environment's configuration settings.
|
GetFunctionConfigurationResult |
GetFunctionConfigurationResult.withEnvironment(EnvironmentResponse environment)
The parent object that contains your environment's configuration settings.
|
UpdateFunctionConfigurationResult |
UpdateFunctionConfigurationResult.withEnvironment(EnvironmentResponse environment)
The parent object that contains your environment's configuration settings.
|
CreateFunctionResult |
CreateFunctionResult.withEnvironment(EnvironmentResponse environment)
The parent object that contains your environment's configuration settings.
|
UpdateFunctionCodeResult |
UpdateFunctionCodeResult.withEnvironment(EnvironmentResponse environment)
The parent object that contains your environment's configuration settings.
|
Copyright © 2018. All rights reserved.