Uses of Class
software.amazon.awssdk.services.groundstation.model.CapabilityHealthReason
-
Packages that use CapabilityHealthReason Package Description software.amazon.awssdk.services.groundstation.model -
-
Uses of CapabilityHealthReason in software.amazon.awssdk.services.groundstation.model
Methods in software.amazon.awssdk.services.groundstation.model that return CapabilityHealthReason Modifier and Type Method Description static CapabilityHealthReasonCapabilityHealthReason. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CapabilityHealthReasonCapabilityHealthReason. valueOf(String name)Returns the enum constant of this type with the specified name.static CapabilityHealthReason[]CapabilityHealthReason. 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 CapabilityHealthReason Modifier and Type Method Description List<CapabilityHealthReason>EndpointDetails. healthReasons()Health reasons for a dataflow endpoint.static Set<CapabilityHealthReason>CapabilityHealthReason. knownValues()Methods in software.amazon.awssdk.services.groundstation.model with parameters of type CapabilityHealthReason Modifier and Type Method Description EndpointDetails.BuilderEndpointDetails.Builder. healthReasons(CapabilityHealthReason... healthReasons)Health reasons for a dataflow endpoint.Method parameters in software.amazon.awssdk.services.groundstation.model with type arguments of type CapabilityHealthReason Modifier and Type Method Description EndpointDetails.BuilderEndpointDetails.Builder. healthReasons(Collection<CapabilityHealthReason> healthReasons)Health reasons for a dataflow endpoint.
-