Uses of Class
software.amazon.awssdk.services.lambda.model.VpcConfigResponse
Packages that use VpcConfigResponse
-
Uses of VpcConfigResponse in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return VpcConfigResponseModifier and TypeMethodDescriptionfinal VpcConfigResponseCreateFunctionResponse.vpcConfig()The function's networking configuration.final VpcConfigResponseFunctionConfiguration.vpcConfig()The function's networking configuration.final VpcConfigResponseGetFunctionConfigurationResponse.vpcConfig()The function's networking configuration.final VpcConfigResponsePublishVersionResponse.vpcConfig()The function's networking configuration.final VpcConfigResponseUpdateFunctionCodeResponse.vpcConfig()The function's networking configuration.final VpcConfigResponseUpdateFunctionConfigurationResponse.vpcConfig()The function's networking configuration.Methods in software.amazon.awssdk.services.lambda.model with parameters of type VpcConfigResponseModifier and TypeMethodDescriptionCreateFunctionResponse.Builder.vpcConfig(VpcConfigResponse vpcConfig) The function's networking configuration.FunctionConfiguration.Builder.vpcConfig(VpcConfigResponse vpcConfig) The function's networking configuration.GetFunctionConfigurationResponse.Builder.vpcConfig(VpcConfigResponse vpcConfig) The function's networking configuration.PublishVersionResponse.Builder.vpcConfig(VpcConfigResponse vpcConfig) The function's networking configuration.UpdateFunctionCodeResponse.Builder.vpcConfig(VpcConfigResponse vpcConfig) The function's networking configuration.UpdateFunctionConfigurationResponse.Builder.vpcConfig(VpcConfigResponse vpcConfig) The function's networking configuration.