Uses of Interface
software.amazon.awssdk.services.lambda.model.VpcConfig.Builder
Packages that use VpcConfig.Builder
-
Uses of VpcConfig.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return VpcConfig.BuilderModifier and TypeMethodDescriptionstatic VpcConfig.BuilderVpcConfig.builder()VpcConfig.Builder.ipv6AllowedForDualStack(Boolean ipv6AllowedForDualStack) Allows outbound IPv6 traffic on VPC functions that are connected to dual-stack subnets.VpcConfig.Builder.securityGroupIds(String... securityGroupIds) A list of VPC security group IDs.VpcConfig.Builder.securityGroupIds(Collection<String> securityGroupIds) A list of VPC security group IDs.A list of VPC subnet IDs.VpcConfig.Builder.subnetIds(Collection<String> subnetIds) A list of VPC subnet IDs.VpcConfig.toBuilder()Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type VpcConfig.BuilderModifier and TypeMethodDescriptionstatic Class<? extends VpcConfig.Builder>VpcConfig.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type VpcConfig.BuilderModifier and TypeMethodDescriptiondefault CreateFunctionRequest.BuilderCreateFunctionRequest.Builder.vpcConfig(Consumer<VpcConfig.Builder> vpcConfig) For network connectivity to Amazon Web Services resources in a VPC, specify a list of security groups and subnets in the VPC.UpdateFunctionConfigurationRequest.Builder.vpcConfig(Consumer<VpcConfig.Builder> vpcConfig) For network connectivity to Amazon Web Services resources in a VPC, specify a list of security groups and subnets in the VPC.