Package | Description |
---|---|
com.amazonaws.services.lambda.model |
Modifier and Type | Method and Description |
---|---|
VpcConfigResponse |
VpcConfigResponse.clone() |
VpcConfigResponse |
FunctionConfiguration.getVpcConfig()
The function's networking configuration.
|
VpcConfigResponse |
UpdateFunctionConfigurationResult.getVpcConfig()
The function's networking configuration.
|
VpcConfigResponse |
UpdateFunctionCodeResult.getVpcConfig()
The function's networking configuration.
|
VpcConfigResponse |
PublishVersionResult.getVpcConfig()
The function's networking configuration.
|
VpcConfigResponse |
GetFunctionConfigurationResult.getVpcConfig()
The function's networking configuration.
|
VpcConfigResponse |
CreateFunctionResult.getVpcConfig()
The function's networking configuration.
|
VpcConfigResponse |
VpcConfigResponse.withSecurityGroupIds(Collection<String> securityGroupIds)
A list of VPC security group IDs.
|
VpcConfigResponse |
VpcConfigResponse.withSecurityGroupIds(String... securityGroupIds)
A list of VPC security group IDs.
|
VpcConfigResponse |
VpcConfigResponse.withSubnetIds(Collection<String> subnetIds)
A list of VPC subnet IDs.
|
VpcConfigResponse |
VpcConfigResponse.withSubnetIds(String... subnetIds)
A list of VPC subnet IDs.
|
VpcConfigResponse |
VpcConfigResponse.withVpcId(String vpcId)
The ID of the VPC.
|
Modifier and Type | Method and Description |
---|---|
void |
FunctionConfiguration.setVpcConfig(VpcConfigResponse vpcConfig)
The function's networking configuration.
|
void |
UpdateFunctionConfigurationResult.setVpcConfig(VpcConfigResponse vpcConfig)
The function's networking configuration.
|
void |
UpdateFunctionCodeResult.setVpcConfig(VpcConfigResponse vpcConfig)
The function's networking configuration.
|
void |
PublishVersionResult.setVpcConfig(VpcConfigResponse vpcConfig)
The function's networking configuration.
|
void |
GetFunctionConfigurationResult.setVpcConfig(VpcConfigResponse vpcConfig)
The function's networking configuration.
|
void |
CreateFunctionResult.setVpcConfig(VpcConfigResponse vpcConfig)
The function's networking configuration.
|
FunctionConfiguration |
FunctionConfiguration.withVpcConfig(VpcConfigResponse vpcConfig)
The function's networking configuration.
|
UpdateFunctionConfigurationResult |
UpdateFunctionConfigurationResult.withVpcConfig(VpcConfigResponse vpcConfig)
The function's networking configuration.
|
UpdateFunctionCodeResult |
UpdateFunctionCodeResult.withVpcConfig(VpcConfigResponse vpcConfig)
The function's networking configuration.
|
PublishVersionResult |
PublishVersionResult.withVpcConfig(VpcConfigResponse vpcConfig)
The function's networking configuration.
|
GetFunctionConfigurationResult |
GetFunctionConfigurationResult.withVpcConfig(VpcConfigResponse vpcConfig)
The function's networking configuration.
|
CreateFunctionResult |
CreateFunctionResult.withVpcConfig(VpcConfigResponse vpcConfig)
The function's networking configuration.
|
Copyright © 2022. All rights reserved.