Uses of Class
software.amazon.awssdk.services.route53recoverycontrolconfig.model.RuleType
-
Packages that use RuleType Package Description software.amazon.awssdk.services.route53recoverycontrolconfig.model -
-
Uses of RuleType in software.amazon.awssdk.services.route53recoverycontrolconfig.model
Methods in software.amazon.awssdk.services.route53recoverycontrolconfig.model that return RuleType Modifier and Type Method Description static RuleTypeRuleType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RuleTypeRuleConfig. type()A rule can be one of the following: ATLEAST, AND, or OR.static RuleTypeRuleType. valueOf(String name)Returns the enum constant of this type with the specified name.static RuleType[]RuleType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.route53recoverycontrolconfig.model that return types with arguments of type RuleType Modifier and Type Method Description static Set<RuleType>RuleType. knownValues()Methods in software.amazon.awssdk.services.route53recoverycontrolconfig.model with parameters of type RuleType Modifier and Type Method Description RuleConfig.BuilderRuleConfig.Builder. type(RuleType type)A rule can be one of the following: ATLEAST, AND, or OR.
-