Uses of Record Class
org.sonar.plugins.python.api.project.configuration.AwsLambdaHandlerInfo
Packages that use AwsLambdaHandlerInfo
-
Uses of AwsLambdaHandlerInfo in org.sonar.plugins.python.api.project.configuration
Methods in org.sonar.plugins.python.api.project.configuration that return types with arguments of type AwsLambdaHandlerInfoModifier and TypeMethodDescriptionAwsProjectConfiguration.awsLambdaHandlers()Returns the value of theawsLambdaHandlersrecord component.Constructor parameters in org.sonar.plugins.python.api.project.configuration with type arguments of type AwsLambdaHandlerInfoModifierConstructorDescriptionAwsProjectConfiguration(Set<AwsLambdaHandlerInfo> awsLambdaHandlers) Creates an instance of aAwsProjectConfigurationrecord class.