Package | Description |
---|---|
com.amazonaws.services.lambda.model |
Modifier and Type | Method and Description |
---|---|
VpcConfig |
VpcConfig.clone() |
VpcConfig |
UpdateFunctionConfigurationRequest.getVpcConfig()
For network connectivity to Amazon Web Services resources in a VPC, specify a list of security groups and subnets
in the VPC.
|
VpcConfig |
CreateFunctionRequest.getVpcConfig()
For network connectivity to Amazon Web Services resources in a VPC, specify a list of security groups and subnets
in the VPC.
|
VpcConfig |
VpcConfig.withSecurityGroupIds(Collection<String> securityGroupIds)
A list of VPC security groups IDs.
|
VpcConfig |
VpcConfig.withSecurityGroupIds(String... securityGroupIds)
A list of VPC security groups IDs.
|
VpcConfig |
VpcConfig.withSubnetIds(Collection<String> subnetIds)
A list of VPC subnet IDs.
|
VpcConfig |
VpcConfig.withSubnetIds(String... subnetIds)
A list of VPC subnet IDs.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateFunctionConfigurationRequest.setVpcConfig(VpcConfig vpcConfig)
For network connectivity to Amazon Web Services resources in a VPC, specify a list of security groups and subnets
in the VPC.
|
void |
CreateFunctionRequest.setVpcConfig(VpcConfig vpcConfig)
For network connectivity to Amazon Web Services resources in a VPC, specify a list of security groups and subnets
in the VPC.
|
UpdateFunctionConfigurationRequest |
UpdateFunctionConfigurationRequest.withVpcConfig(VpcConfig vpcConfig)
For network connectivity to Amazon Web Services resources in a VPC, specify a list of security groups and subnets
in the VPC.
|
CreateFunctionRequest |
CreateFunctionRequest.withVpcConfig(VpcConfig vpcConfig)
For network connectivity to Amazon Web Services resources in a VPC, specify a list of security groups and subnets
in the VPC.
|
Copyright © 2022. All rights reserved.