| Package | Description |
|---|---|
| software.amazon.awssdk.services.vpclattice.model |
| Modifier and Type | Method and Description |
|---|---|
static TargetGroupProtocol |
TargetGroupProtocol.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TargetGroupProtocol |
HealthCheckConfig.protocol()
The protocol used when performing health checks on targets.
|
TargetGroupProtocol |
TargetGroupSummary.protocol()
The protocol of the target group.
|
TargetGroupProtocol |
TargetGroupConfig.protocol()
The protocol to use for routing traffic to the targets.
|
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 |
|---|---|
static Set<TargetGroupProtocol> |
TargetGroupProtocol.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
HealthCheckConfig.Builder |
HealthCheckConfig.Builder.protocol(TargetGroupProtocol protocol)
The protocol used when performing health checks on targets.
|
TargetGroupSummary.Builder |
TargetGroupSummary.Builder.protocol(TargetGroupProtocol protocol)
The protocol of the target group.
|
TargetGroupConfig.Builder |
TargetGroupConfig.Builder.protocol(TargetGroupProtocol protocol)
The protocol to use for routing traffic to the targets.
|
Copyright © 2023. All rights reserved.