Uses of Class
software.amazon.awssdk.services.globalaccelerator.model.HealthCheckProtocol
-
Packages that use HealthCheckProtocol Package Description software.amazon.awssdk.services.globalaccelerator.model -
-
Uses of HealthCheckProtocol in software.amazon.awssdk.services.globalaccelerator.model
Methods in software.amazon.awssdk.services.globalaccelerator.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.HealthCheckProtocolCreateEndpointGroupRequest. healthCheckProtocol()The protocol that Global Accelerator uses to check the health of endpoints that are part of this endpoint group.HealthCheckProtocolEndpointGroup. healthCheckProtocol()The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.HealthCheckProtocolUpdateEndpointGroupRequest. healthCheckProtocol()The protocol that Global Accelerator uses to check the health of endpoints that are part of this endpoint group.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.globalaccelerator.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.globalaccelerator.model with parameters of type HealthCheckProtocol Modifier and Type Method Description CreateEndpointGroupRequest.BuilderCreateEndpointGroupRequest.Builder. healthCheckProtocol(HealthCheckProtocol healthCheckProtocol)The protocol that Global Accelerator uses to check the health of endpoints that are part of this endpoint group.EndpointGroup.BuilderEndpointGroup.Builder. healthCheckProtocol(HealthCheckProtocol healthCheckProtocol)The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.UpdateEndpointGroupRequest.BuilderUpdateEndpointGroupRequest.Builder. healthCheckProtocol(HealthCheckProtocol healthCheckProtocol)The protocol that Global Accelerator uses to check the health of endpoints that are part of this endpoint group.
-