Uses of Class
software.amazon.awssdk.services.route53resolver.model.ResolverRuleAssociationStatus
-
Packages that use ResolverRuleAssociationStatus Package Description software.amazon.awssdk.services.route53resolver.model -
-
Uses of ResolverRuleAssociationStatus in software.amazon.awssdk.services.route53resolver.model
Methods in software.amazon.awssdk.services.route53resolver.model that return ResolverRuleAssociationStatus Modifier and Type Method Description static ResolverRuleAssociationStatusResolverRuleAssociationStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ResolverRuleAssociationStatusResolverRuleAssociation. status()A code that specifies the current status of the association between a Resolver rule and a VPC.static ResolverRuleAssociationStatusResolverRuleAssociationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ResolverRuleAssociationStatus[]ResolverRuleAssociationStatus. 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 ResolverRuleAssociationStatus Modifier and Type Method Description static Set<ResolverRuleAssociationStatus>ResolverRuleAssociationStatus. knownValues()Methods in software.amazon.awssdk.services.route53resolver.model with parameters of type ResolverRuleAssociationStatus Modifier and Type Method Description ResolverRuleAssociation.BuilderResolverRuleAssociation.Builder. status(ResolverRuleAssociationStatus status)A code that specifies the current status of the association between a Resolver rule and a VPC.
-