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()Lambda event structure versionLambdaEventStructureVersionTargetGroupSummary. lambdaEventStructureVersion()Lambda event structure versionstatic 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)Lambda event structure versionTargetGroupSummary.BuilderTargetGroupSummary.Builder. lambdaEventStructureVersion(LambdaEventStructureVersion lambdaEventStructureVersion)Lambda event structure version
-