Uses of Class
software.amazon.awssdk.services.amp.model.RuleGroupsNamespaceStatusCode
-
Packages that use RuleGroupsNamespaceStatusCode Package Description software.amazon.awssdk.services.amp.model -
-
Uses of RuleGroupsNamespaceStatusCode in software.amazon.awssdk.services.amp.model
Methods in software.amazon.awssdk.services.amp.model that return RuleGroupsNamespaceStatusCode Modifier and Type Method Description static RuleGroupsNamespaceStatusCodeRuleGroupsNamespaceStatusCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RuleGroupsNamespaceStatusCodeRuleGroupsNamespaceStatus. statusCode()The current status of the namespace.static RuleGroupsNamespaceStatusCodeRuleGroupsNamespaceStatusCode. valueOf(String name)Returns the enum constant of this type with the specified name.static RuleGroupsNamespaceStatusCode[]RuleGroupsNamespaceStatusCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.amp.model that return types with arguments of type RuleGroupsNamespaceStatusCode Modifier and Type Method Description static Set<RuleGroupsNamespaceStatusCode>RuleGroupsNamespaceStatusCode. knownValues()Methods in software.amazon.awssdk.services.amp.model with parameters of type RuleGroupsNamespaceStatusCode Modifier and Type Method Description RuleGroupsNamespaceStatus.BuilderRuleGroupsNamespaceStatus.Builder. statusCode(RuleGroupsNamespaceStatusCode statusCodeValue)The current status of the namespace.
-