Uses of Class
software.amazon.awssdk.services.globalaccelerator.model.HealthState
-
Packages that use HealthState Package Description software.amazon.awssdk.services.globalaccelerator.model -
-
Uses of HealthState in software.amazon.awssdk.services.globalaccelerator.model
Methods in software.amazon.awssdk.services.globalaccelerator.model that return HealthState Modifier and Type Method Description static HealthStateHealthState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.HealthStateEndpointDescription. healthState()The health status of the endpoint.static HealthStateHealthState. valueOf(String name)Returns the enum constant of this type with the specified name.static HealthState[]HealthState. 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 HealthState Modifier and Type Method Description static Set<HealthState>HealthState. knownValues()Methods in software.amazon.awssdk.services.globalaccelerator.model with parameters of type HealthState Modifier and Type Method Description EndpointDescription.BuilderEndpointDescription.Builder. healthState(HealthState healthState)The health status of the endpoint.
-