Uses of Class
software.amazon.awssdk.services.chimesdkmediapipelines.model.RealTimeAlertRuleType
-
Packages that use RealTimeAlertRuleType Package Description software.amazon.awssdk.services.chimesdkmediapipelines.model -
-
Uses of RealTimeAlertRuleType in software.amazon.awssdk.services.chimesdkmediapipelines.model
Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model that return RealTimeAlertRuleType Modifier and Type Method Description static RealTimeAlertRuleTypeRealTimeAlertRuleType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RealTimeAlertRuleTypeRealTimeAlertRule. type()The type of alert rule.static RealTimeAlertRuleTypeRealTimeAlertRuleType. valueOf(String name)Returns the enum constant of this type with the specified name.static RealTimeAlertRuleType[]RealTimeAlertRuleType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model that return types with arguments of type RealTimeAlertRuleType Modifier and Type Method Description static Set<RealTimeAlertRuleType>RealTimeAlertRuleType. knownValues()Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model with parameters of type RealTimeAlertRuleType Modifier and Type Method Description RealTimeAlertRule.BuilderRealTimeAlertRule.Builder. type(RealTimeAlertRuleType type)The type of alert rule.
-