Uses of Class
software.amazon.awssdk.services.vpclattice.model.TargetGroupProtocolVersion
-
Packages that use TargetGroupProtocolVersion Package Description software.amazon.awssdk.services.vpclattice.model -
-
Uses of TargetGroupProtocolVersion in software.amazon.awssdk.services.vpclattice.model
Methods in software.amazon.awssdk.services.vpclattice.model that return TargetGroupProtocolVersion Modifier and Type Method Description static TargetGroupProtocolVersionTargetGroupProtocolVersion. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TargetGroupProtocolVersionTargetGroupConfig. protocolVersion()The protocol version.static TargetGroupProtocolVersionTargetGroupProtocolVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static TargetGroupProtocolVersion[]TargetGroupProtocolVersion. 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 TargetGroupProtocolVersion Modifier and Type Method Description static Set<TargetGroupProtocolVersion>TargetGroupProtocolVersion. knownValues()Methods in software.amazon.awssdk.services.vpclattice.model with parameters of type TargetGroupProtocolVersion Modifier and Type Method Description TargetGroupConfig.BuilderTargetGroupConfig.Builder. protocolVersion(TargetGroupProtocolVersion protocolVersion)The protocol version.
-