Uses of Class
software.amazon.awssdk.services.groundstation.model.CapabilityHealth
-
Packages that use CapabilityHealth Package Description software.amazon.awssdk.services.groundstation.model -
-
Uses of CapabilityHealth in software.amazon.awssdk.services.groundstation.model
Methods in software.amazon.awssdk.services.groundstation.model that return CapabilityHealth Modifier and Type Method Description static CapabilityHealthCapabilityHealth. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CapabilityHealthEndpointDetails. healthStatus()A dataflow endpoint health status.static CapabilityHealthCapabilityHealth. valueOf(String name)Returns the enum constant of this type with the specified name.static CapabilityHealth[]CapabilityHealth. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.groundstation.model that return types with arguments of type CapabilityHealth Modifier and Type Method Description static Set<CapabilityHealth>CapabilityHealth. knownValues()Methods in software.amazon.awssdk.services.groundstation.model with parameters of type CapabilityHealth Modifier and Type Method Description EndpointDetails.BuilderEndpointDetails.Builder. healthStatus(CapabilityHealth healthStatus)A dataflow endpoint health status.
-