Uses of Class
software.amazon.awssdk.services.vpclattice.model.LambdaEventStructureVersion
-
Packages that use LambdaEventStructureVersion Package Description software.amazon.awssdk.services.vpclattice.model -
-
Uses of LambdaEventStructureVersion in software.amazon.awssdk.services.vpclattice.model
Methods in software.amazon.awssdk.services.vpclattice.model that return LambdaEventStructureVersion Modifier and Type Method Description static LambdaEventStructureVersionLambdaEventStructureVersion. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LambdaEventStructureVersionTargetGroupConfig. lambdaEventStructureVersion()The version of the event structure that your Lambda function receives.LambdaEventStructureVersionTargetGroupSummary. lambdaEventStructureVersion()The version of the event structure that your Lambda function receives.static LambdaEventStructureVersionLambdaEventStructureVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static LambdaEventStructureVersion[]LambdaEventStructureVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.vpclattice.model that return types with arguments of type LambdaEventStructureVersion Modifier and Type Method Description static Set<LambdaEventStructureVersion>LambdaEventStructureVersion. knownValues()Methods in software.amazon.awssdk.services.vpclattice.model with parameters of type LambdaEventStructureVersion Modifier and Type Method Description TargetGroupConfig.BuilderTargetGroupConfig.Builder. lambdaEventStructureVersion(LambdaEventStructureVersion lambdaEventStructureVersion)The version of the event structure that your Lambda function receives.TargetGroupSummary.BuilderTargetGroupSummary.Builder. lambdaEventStructureVersion(LambdaEventStructureVersion lambdaEventStructureVersion)The version of the event structure that your Lambda function receives.
-