Uses of Class
software.amazon.awssdk.services.apprunner.model.HealthCheckProtocol
-
Packages that use HealthCheckProtocol Package Description software.amazon.awssdk.services.apprunner.model -
-
Uses of HealthCheckProtocol in software.amazon.awssdk.services.apprunner.model
Methods in software.amazon.awssdk.services.apprunner.model that return HealthCheckProtocol Modifier and Type Method Description static HealthCheckProtocolHealthCheckProtocol. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.HealthCheckProtocolHealthCheckConfiguration. protocol()The IP protocol that App Runner uses to perform health checks for your service.static HealthCheckProtocolHealthCheckProtocol. valueOf(String name)Returns the enum constant of this type with the specified name.static HealthCheckProtocol[]HealthCheckProtocol. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.apprunner.model that return types with arguments of type HealthCheckProtocol Modifier and Type Method Description static Set<HealthCheckProtocol>HealthCheckProtocol. knownValues()Methods in software.amazon.awssdk.services.apprunner.model with parameters of type HealthCheckProtocol Modifier and Type Method Description HealthCheckConfiguration.BuilderHealthCheckConfiguration.Builder. protocol(HealthCheckProtocol protocol)The IP protocol that App Runner uses to perform health checks for your service.
-