Uses of Class
software.amazon.awssdk.services.route53resolver.model.ResolverRuleStatus
-
Packages that use ResolverRuleStatus Package Description software.amazon.awssdk.services.route53resolver.model -
-
Uses of ResolverRuleStatus in software.amazon.awssdk.services.route53resolver.model
Methods in software.amazon.awssdk.services.route53resolver.model that return ResolverRuleStatus Modifier and Type Method Description static ResolverRuleStatusResolverRuleStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ResolverRuleStatusResolverRule. status()A code that specifies the current status of the Resolver rule.static ResolverRuleStatusResolverRuleStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ResolverRuleStatus[]ResolverRuleStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.route53resolver.model that return types with arguments of type ResolverRuleStatus Modifier and Type Method Description static Set<ResolverRuleStatus>ResolverRuleStatus. knownValues()Methods in software.amazon.awssdk.services.route53resolver.model with parameters of type ResolverRuleStatus Modifier and Type Method Description ResolverRule.BuilderResolverRule.Builder. status(ResolverRuleStatus status)A code that specifies the current status of the Resolver rule.
-