Uses of Interface
software.amazon.awssdk.services.lambda.model.VpcConfigResponse.Builder
Packages that use VpcConfigResponse.Builder
-
Uses of VpcConfigResponse.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return VpcConfigResponse.BuilderModifier and TypeMethodDescriptionstatic VpcConfigResponse.BuilderVpcConfigResponse.builder()VpcConfigResponse.Builder.ipv6AllowedForDualStack(Boolean ipv6AllowedForDualStack) Allows outbound IPv6 traffic on VPC functions that are connected to dual-stack subnets.VpcConfigResponse.Builder.securityGroupIds(String... securityGroupIds) A list of VPC security group IDs.VpcConfigResponse.Builder.securityGroupIds(Collection<String> securityGroupIds) A list of VPC security group IDs.A list of VPC subnet IDs.VpcConfigResponse.Builder.subnetIds(Collection<String> subnetIds) A list of VPC subnet IDs.VpcConfigResponse.toBuilder()The ID of the VPC.Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type VpcConfigResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends VpcConfigResponse.Builder>VpcConfigResponse.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type VpcConfigResponse.BuilderModifier and TypeMethodDescriptiondefault CreateFunctionResponse.BuilderCreateFunctionResponse.Builder.vpcConfig(Consumer<VpcConfigResponse.Builder> vpcConfig) The function's networking configuration.default FunctionConfiguration.BuilderFunctionConfiguration.Builder.vpcConfig(Consumer<VpcConfigResponse.Builder> vpcConfig) The function's networking configuration.GetFunctionConfigurationResponse.Builder.vpcConfig(Consumer<VpcConfigResponse.Builder> vpcConfig) The function's networking configuration.default PublishVersionResponse.BuilderPublishVersionResponse.Builder.vpcConfig(Consumer<VpcConfigResponse.Builder> vpcConfig) The function's networking configuration.UpdateFunctionCodeResponse.Builder.vpcConfig(Consumer<VpcConfigResponse.Builder> vpcConfig) The function's networking configuration.UpdateFunctionConfigurationResponse.Builder.vpcConfig(Consumer<VpcConfigResponse.Builder> vpcConfig) The function's networking configuration.