Uses of Class
software.amazon.awssdk.services.vpclattice.model.TargetGroupProtocol
-
Packages that use TargetGroupProtocol Package Description software.amazon.awssdk.services.vpclattice.model -
-
Uses of TargetGroupProtocol in software.amazon.awssdk.services.vpclattice.model
Methods in software.amazon.awssdk.services.vpclattice.model that return TargetGroupProtocol Modifier and Type Method Description static TargetGroupProtocolTargetGroupProtocol. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TargetGroupProtocolHealthCheckConfig. protocol()The protocol used when performing health checks on targets.TargetGroupProtocolTargetGroupConfig. protocol()The protocol to use for routing traffic to the targets.TargetGroupProtocolTargetGroupSummary. protocol()The protocol of the target group.static TargetGroupProtocolTargetGroupProtocol. 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.Methods in software.amazon.awssdk.services.vpclattice.model that return types with arguments of type TargetGroupProtocol Modifier and Type Method Description static Set<TargetGroupProtocol>TargetGroupProtocol. knownValues()Methods in software.amazon.awssdk.services.vpclattice.model with parameters of type TargetGroupProtocol Modifier and Type Method Description HealthCheckConfig.BuilderHealthCheckConfig.Builder. protocol(TargetGroupProtocol protocol)The protocol used when performing health checks on targets.TargetGroupConfig.BuilderTargetGroupConfig.Builder. protocol(TargetGroupProtocol protocol)The protocol to use for routing traffic to the targets.TargetGroupSummary.BuilderTargetGroupSummary.Builder. protocol(TargetGroupProtocol protocol)The protocol of the target group.
-