| Package | Description |
|---|---|
| com.amazonaws.services.vpclattice.model |
| Modifier and Type | Method and Description |
|---|---|
static TargetGroupProtocol |
TargetGroupProtocol.fromValue(String value)
Use this in place of valueOf.
|
static TargetGroupProtocol |
TargetGroupProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TargetGroupProtocol[] |
TargetGroupProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TargetGroupSummary |
TargetGroupSummary.withProtocol(TargetGroupProtocol protocol)
The protocol of the target group.
|
HealthCheckConfig |
HealthCheckConfig.withProtocol(TargetGroupProtocol protocol)
The protocol used when performing health checks on targets.
|
TargetGroupConfig |
TargetGroupConfig.withProtocol(TargetGroupProtocol protocol)
The protocol to use for routing traffic to the targets.
|
Copyright © 2023. All rights reserved.