| Package | Description |
|---|---|
| software.amazon.awssdk.services.lambda.model |
| Modifier and Type | Method and Description |
|---|---|
static VpcConfigResponse.Builder |
VpcConfigResponse.builder() |
VpcConfigResponse.Builder |
VpcConfigResponse.Builder.securityGroupIds(Collection<String> securityGroupIds)
A list of VPC security groups IDs.
|
VpcConfigResponse.Builder |
VpcConfigResponse.Builder.securityGroupIds(String... securityGroupIds)
A list of VPC security groups IDs.
|
VpcConfigResponse.Builder |
VpcConfigResponse.Builder.subnetIds(Collection<String> subnetIds)
A list of VPC subnet IDs.
|
VpcConfigResponse.Builder |
VpcConfigResponse.Builder.subnetIds(String... subnetIds)
A list of VPC subnet IDs.
|
VpcConfigResponse.Builder |
VpcConfigResponse.toBuilder() |
VpcConfigResponse.Builder |
VpcConfigResponse.Builder.vpcId(String vpcId)
The ID of the VPC.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends VpcConfigResponse.Builder> |
VpcConfigResponse.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default FunctionConfiguration.Builder |
FunctionConfiguration.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 CreateFunctionResponse.Builder |
CreateFunctionResponse.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.
|
default PublishVersionResponse.Builder |
PublishVersionResponse.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.
|
Copyright © 2019. All rights reserved.