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.Builder
VpcConfigResponse. builder()
VpcConfigResponse.Builder
VpcConfigResponse.Builder. ipv6AllowedForDualStack(Boolean ipv6AllowedForDualStack)
Allows outbound IPv6 traffic on VPC functions that are connected to dual-stack subnets.VpcConfigResponse.Builder
VpcConfigResponse.Builder. securityGroupIds(String... securityGroupIds)
A list of VPC security group IDs.VpcConfigResponse.Builder
VpcConfigResponse.Builder. securityGroupIds(Collection<String> securityGroupIds)
A list of VPC security group IDs.VpcConfigResponse.Builder
VpcConfigResponse.Builder. subnetIds(String... subnetIds)
A list of VPC subnet IDs.VpcConfigResponse.Builder
VpcConfigResponse.Builder. subnetIds(Collection<String> subnetIds)
A list of VPC subnet IDs.VpcConfigResponse.Builder
VpcConfigResponse. toBuilder()
VpcConfigResponse.Builder
VpcConfigResponse.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.Builder
CreateFunctionResponse.Builder. vpcConfig(Consumer<VpcConfigResponse.Builder> vpcConfig)
The function's networking configuration.default FunctionConfiguration.Builder
FunctionConfiguration.Builder. vpcConfig(Consumer<VpcConfigResponse.Builder> vpcConfig)
The function's networking configuration.default GetFunctionConfigurationResponse.Builder
GetFunctionConfigurationResponse.Builder. vpcConfig(Consumer<VpcConfigResponse.Builder> vpcConfig)
The function's networking configuration.default PublishVersionResponse.Builder
PublishVersionResponse.Builder. vpcConfig(Consumer<VpcConfigResponse.Builder> vpcConfig)
The function's networking configuration.default UpdateFunctionCodeResponse.Builder
UpdateFunctionCodeResponse.Builder. vpcConfig(Consumer<VpcConfigResponse.Builder> vpcConfig)
The function's networking configuration.default UpdateFunctionConfigurationResponse.Builder
UpdateFunctionConfigurationResponse.Builder. vpcConfig(Consumer<VpcConfigResponse.Builder> vpcConfig)
The function's networking configuration.
-