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