| Package | Description |
|---|---|
| software.amazon.awssdk.services.lambda.model |
| Modifier and Type | Method and Description |
|---|---|
EnvironmentResponse |
PublishVersionResponse.environment()
The function's environment variables.
|
EnvironmentResponse |
FunctionConfiguration.environment()
The function's environment variables.
|
EnvironmentResponse |
GetFunctionConfigurationResponse.environment()
The function's environment variables.
|
EnvironmentResponse |
UpdateFunctionCodeResponse.environment()
The function's environment variables.
|
EnvironmentResponse |
UpdateFunctionConfigurationResponse.environment()
The function's environment variables.
|
EnvironmentResponse |
CreateFunctionResponse.environment()
The function's environment variables.
|
| Modifier and Type | Method and Description |
|---|---|
PublishVersionResponse.Builder |
PublishVersionResponse.Builder.environment(EnvironmentResponse environment)
The function's environment variables.
|
FunctionConfiguration.Builder |
FunctionConfiguration.Builder.environment(EnvironmentResponse environment)
The function's environment variables.
|
GetFunctionConfigurationResponse.Builder |
GetFunctionConfigurationResponse.Builder.environment(EnvironmentResponse environment)
The function's environment variables.
|
UpdateFunctionCodeResponse.Builder |
UpdateFunctionCodeResponse.Builder.environment(EnvironmentResponse environment)
The function's environment variables.
|
UpdateFunctionConfigurationResponse.Builder |
UpdateFunctionConfigurationResponse.Builder.environment(EnvironmentResponse environment)
The function's environment variables.
|
CreateFunctionResponse.Builder |
CreateFunctionResponse.Builder.environment(EnvironmentResponse environment)
The function's environment variables.
|
Copyright © 2020. All rights reserved.