Uses of Interface
software.amazon.awssdk.services.lambda.model.VpcConfigResponse.Builder
-
Packages that use VpcConfigResponse.Builder Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of VpcConfigResponse.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return VpcConfigResponse.Builder Modifier and Type Method Description static VpcConfigResponse.BuilderVpcConfigResponse. builder()VpcConfigResponse.BuilderVpcConfigResponse.Builder. ipv6AllowedForDualStack(Boolean ipv6AllowedForDualStack)Allows outbound IPv6 traffic on VPC functions that are connected to dual-stack subnets.VpcConfigResponse.BuilderVpcConfigResponse.Builder. securityGroupIds(String... securityGroupIds)A list of VPC security group IDs.VpcConfigResponse.BuilderVpcConfigResponse.Builder. securityGroupIds(Collection<String> securityGroupIds)A list of VPC security group IDs.VpcConfigResponse.BuilderVpcConfigResponse.Builder. subnetIds(String... subnetIds)A list of VPC subnet IDs.VpcConfigResponse.BuilderVpcConfigResponse.Builder. subnetIds(Collection<String> subnetIds)A list of VPC subnet IDs.VpcConfigResponse.BuilderVpcConfigResponse. toBuilder()VpcConfigResponse.BuilderVpcConfigResponse.Builder. vpcId(String vpcId)The ID of the VPC.Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type VpcConfigResponse.Builder Modifier and Type Method Description static Class<? extends VpcConfigResponse.Builder>VpcConfigResponse. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type VpcConfigResponse.Builder Modifier and Type Method Description default 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.default GetFunctionConfigurationResponse.BuilderGetFunctionConfigurationResponse.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.default UpdateFunctionCodeResponse.BuilderUpdateFunctionCodeResponse.Builder. vpcConfig(Consumer<VpcConfigResponse.Builder> vpcConfig)The function's networking configuration.default UpdateFunctionConfigurationResponse.BuilderUpdateFunctionConfigurationResponse.Builder. vpcConfig(Consumer<VpcConfigResponse.Builder> vpcConfig)The function's networking configuration.
-