Package | Description |
---|---|
com.amazonaws.services.lambda.model | |
com.amazonaws.services.lambda.model.transform |
Modifier and Type | Method and Description |
---|---|
Environment |
Environment.addVariablesEntry(String key,
String value) |
Environment |
Environment.clearVariablesEntries()
Removes all the entries added into Variables.
|
Environment |
Environment.clone() |
Environment |
CreateFunctionRequest.getEnvironment() |
Environment |
UpdateFunctionConfigurationRequest.getEnvironment()
The parent object that contains your environment's configuration settings.
|
Environment |
Environment.withVariables(Map<String,String> variables)
The key-value pairs that represent your environment's configuration settings.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateFunctionRequest.setEnvironment(Environment environment) |
void |
UpdateFunctionConfigurationRequest.setEnvironment(Environment environment)
The parent object that contains your environment's configuration settings.
|
CreateFunctionRequest |
CreateFunctionRequest.withEnvironment(Environment environment) |
UpdateFunctionConfigurationRequest |
UpdateFunctionConfigurationRequest.withEnvironment(Environment environment)
The parent object that contains your environment's configuration settings.
|
Modifier and Type | Method and Description |
---|---|
Environment |
EnvironmentJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
EnvironmentMarshaller.marshall(Environment environment,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.