Uses of Class
software.amazon.awssdk.services.lambda.model.VpcConfigResponse
-
Packages that use VpcConfigResponse Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of VpcConfigResponse in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return VpcConfigResponse Modifier and Type Method Description VpcConfigResponseCreateFunctionResponse. vpcConfig()The function's networking configuration.VpcConfigResponseFunctionConfiguration. vpcConfig()The function's networking configuration.VpcConfigResponseGetFunctionConfigurationResponse. vpcConfig()The function's networking configuration.VpcConfigResponsePublishVersionResponse. vpcConfig()The function's networking configuration.VpcConfigResponseUpdateFunctionCodeResponse. vpcConfig()The function's networking configuration.VpcConfigResponseUpdateFunctionConfigurationResponse. vpcConfig()The function's networking configuration.Methods in software.amazon.awssdk.services.lambda.model with parameters of type VpcConfigResponse Modifier and Type Method Description CreateFunctionResponse.BuilderCreateFunctionResponse.Builder. vpcConfig(VpcConfigResponse vpcConfig)The function's networking configuration.FunctionConfiguration.BuilderFunctionConfiguration.Builder. vpcConfig(VpcConfigResponse vpcConfig)The function's networking configuration.GetFunctionConfigurationResponse.BuilderGetFunctionConfigurationResponse.Builder. vpcConfig(VpcConfigResponse vpcConfig)The function's networking configuration.PublishVersionResponse.BuilderPublishVersionResponse.Builder. vpcConfig(VpcConfigResponse vpcConfig)The function's networking configuration.UpdateFunctionCodeResponse.BuilderUpdateFunctionCodeResponse.Builder. vpcConfig(VpcConfigResponse vpcConfig)The function's networking configuration.UpdateFunctionConfigurationResponse.BuilderUpdateFunctionConfigurationResponse.Builder. vpcConfig(VpcConfigResponse vpcConfig)The function's networking configuration.
-