Package | Description |
---|---|
com.amazonaws.services.lambda.model | |
com.amazonaws.services.lambda.model.transform |
Modifier and Type | Field and Description |
---|---|
private VpcConfigResponse |
UpdateFunctionConfigurationResult.vpcConfig
VPC configuration associated with your Lambda function.
|
private VpcConfigResponse |
UpdateFunctionCodeResult.vpcConfig
VPC configuration associated with your Lambda function.
|
private VpcConfigResponse |
PublishVersionResult.vpcConfig
VPC configuration associated with your Lambda function.
|
private VpcConfigResponse |
GetFunctionConfigurationResult.vpcConfig
VPC configuration associated with your Lambda function.
|
private VpcConfigResponse |
FunctionConfiguration.vpcConfig
VPC configuration associated with your Lambda function.
|
private VpcConfigResponse |
CreateFunctionResult.vpcConfig
VPC configuration associated with your Lambda function.
|
Modifier and Type | Method and Description |
---|---|
VpcConfigResponse |
VpcConfigResponse.clone() |
VpcConfigResponse |
UpdateFunctionConfigurationResult.getVpcConfig()
VPC configuration associated with your Lambda function.
|
VpcConfigResponse |
UpdateFunctionCodeResult.getVpcConfig()
VPC configuration associated with your Lambda function.
|
VpcConfigResponse |
PublishVersionResult.getVpcConfig()
VPC configuration associated with your Lambda function.
|
VpcConfigResponse |
GetFunctionConfigurationResult.getVpcConfig()
VPC configuration associated with your Lambda function.
|
VpcConfigResponse |
FunctionConfiguration.getVpcConfig()
VPC configuration associated with your Lambda function.
|
VpcConfigResponse |
CreateFunctionResult.getVpcConfig()
VPC configuration associated with your Lambda function.
|
VpcConfigResponse |
VpcConfigResponse.withSecurityGroupIds(java.util.Collection<java.lang.String> securityGroupIds)
A list of security group IDs associated with the Lambda function.
|
VpcConfigResponse |
VpcConfigResponse.withSecurityGroupIds(java.lang.String... securityGroupIds)
A list of security group IDs associated with the Lambda function.
|
VpcConfigResponse |
VpcConfigResponse.withSubnetIds(java.util.Collection<java.lang.String> subnetIds)
A list of subnet IDs associated with the Lambda function.
|
VpcConfigResponse |
VpcConfigResponse.withSubnetIds(java.lang.String... subnetIds)
A list of subnet IDs associated with the Lambda function.
|
VpcConfigResponse |
VpcConfigResponse.withVpcId(java.lang.String vpcId)
The VPC ID associated with you Lambda function.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateFunctionConfigurationResult.setVpcConfig(VpcConfigResponse vpcConfig)
VPC configuration associated with your Lambda function.
|
void |
UpdateFunctionCodeResult.setVpcConfig(VpcConfigResponse vpcConfig)
VPC configuration associated with your Lambda function.
|
void |
PublishVersionResult.setVpcConfig(VpcConfigResponse vpcConfig)
VPC configuration associated with your Lambda function.
|
void |
GetFunctionConfigurationResult.setVpcConfig(VpcConfigResponse vpcConfig)
VPC configuration associated with your Lambda function.
|
void |
FunctionConfiguration.setVpcConfig(VpcConfigResponse vpcConfig)
VPC configuration associated with your Lambda function.
|
void |
CreateFunctionResult.setVpcConfig(VpcConfigResponse vpcConfig)
VPC configuration associated with your Lambda function.
|
UpdateFunctionConfigurationResult |
UpdateFunctionConfigurationResult.withVpcConfig(VpcConfigResponse vpcConfig)
VPC configuration associated with your Lambda function.
|
UpdateFunctionCodeResult |
UpdateFunctionCodeResult.withVpcConfig(VpcConfigResponse vpcConfig)
VPC configuration associated with your Lambda function.
|
PublishVersionResult |
PublishVersionResult.withVpcConfig(VpcConfigResponse vpcConfig)
VPC configuration associated with your Lambda function.
|
GetFunctionConfigurationResult |
GetFunctionConfigurationResult.withVpcConfig(VpcConfigResponse vpcConfig)
VPC configuration associated with your Lambda function.
|
FunctionConfiguration |
FunctionConfiguration.withVpcConfig(VpcConfigResponse vpcConfig)
VPC configuration associated with your Lambda function.
|
CreateFunctionResult |
CreateFunctionResult.withVpcConfig(VpcConfigResponse vpcConfig)
VPC configuration associated with your Lambda function.
|
Modifier and Type | Method and Description |
---|---|
VpcConfigResponse |
VpcConfigResponseJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
VpcConfigResponseJsonMarshaller.marshall(VpcConfigResponse vpcConfigResponse,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|