Uses of Class
software.amazon.awssdk.services.vpclattice.model.HealthCheckProtocolVersion
-
Packages that use HealthCheckProtocolVersion Package Description software.amazon.awssdk.services.vpclattice.model -
-
Uses of HealthCheckProtocolVersion in software.amazon.awssdk.services.vpclattice.model
Methods in software.amazon.awssdk.services.vpclattice.model that return HealthCheckProtocolVersion Modifier and Type Method Description static HealthCheckProtocolVersionHealthCheckProtocolVersion. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.HealthCheckProtocolVersionHealthCheckConfig. protocolVersion()The protocol version used when performing health checks on targets.static HealthCheckProtocolVersionHealthCheckProtocolVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static HealthCheckProtocolVersion[]HealthCheckProtocolVersion. 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 HealthCheckProtocolVersion Modifier and Type Method Description static Set<HealthCheckProtocolVersion>HealthCheckProtocolVersion. knownValues()Methods in software.amazon.awssdk.services.vpclattice.model with parameters of type HealthCheckProtocolVersion Modifier and Type Method Description HealthCheckConfig.BuilderHealthCheckConfig.Builder. protocolVersion(HealthCheckProtocolVersion protocolVersion)The protocol version used when performing health checks on targets.
-