Uses of Class
software.amazon.awssdk.services.amplify.model.WafStatus
-
Packages that use WafStatus Package Description software.amazon.awssdk.services.amplify.model -
-
Uses of WafStatus in software.amazon.awssdk.services.amplify.model
Methods in software.amazon.awssdk.services.amplify.model that return WafStatus Modifier and Type Method Description static WafStatusWafStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static WafStatusWafStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static WafStatus[]WafStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.WafStatusWafConfiguration. wafStatus()The status of the process to associate or disassociate a web ACL to an Amplify app.Methods in software.amazon.awssdk.services.amplify.model that return types with arguments of type WafStatus Modifier and Type Method Description static Set<WafStatus>WafStatus. knownValues()Methods in software.amazon.awssdk.services.amplify.model with parameters of type WafStatus Modifier and Type Method Description WafConfiguration.BuilderWafConfiguration.Builder. wafStatus(WafStatus wafStatus)The status of the process to associate or disassociate a web ACL to an Amplify app.
-