| Package | Description |
|---|---|
| software.amazon.awssdk.services.vpclattice.model |
| Modifier and Type | Method and Description |
|---|---|
static LambdaEventStructureVersion |
LambdaEventStructureVersion.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
LambdaEventStructureVersion |
TargetGroupSummary.lambdaEventStructureVersion()
Lambda event structure version
|
LambdaEventStructureVersion |
TargetGroupConfig.lambdaEventStructureVersion()
Lambda event structure version
|
static LambdaEventStructureVersion |
LambdaEventStructureVersion.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<LambdaEventStructureVersion> |
LambdaEventStructureVersion.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
TargetGroupSummary.Builder |
TargetGroupSummary.Builder.lambdaEventStructureVersion(LambdaEventStructureVersion lambdaEventStructureVersion)
Lambda event structure version
|
TargetGroupConfig.Builder |
TargetGroupConfig.Builder.lambdaEventStructureVersion(LambdaEventStructureVersion lambdaEventStructureVersion)
Lambda event structure version
|
Copyright © 2023. All rights reserved.