Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsWafv2ActionAllowDetails
-
Packages that use AwsWafv2ActionAllowDetails Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsWafv2ActionAllowDetails in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsWafv2ActionAllowDetails Modifier and Type Method Description AwsWafv2ActionAllowDetailsAwsWafv2RulesActionDetails. allow()Instructs WAF to allow the web request.AwsWafv2ActionAllowDetailsAwsWafv2WebAclActionDetails. allow()Specifies that WAF should allow requests by default.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsWafv2ActionAllowDetails Modifier and Type Method Description AwsWafv2RulesActionDetails.BuilderAwsWafv2RulesActionDetails.Builder. allow(AwsWafv2ActionAllowDetails allow)Instructs WAF to allow the web request.AwsWafv2WebAclActionDetails.BuilderAwsWafv2WebAclActionDetails.Builder. allow(AwsWafv2ActionAllowDetails allow)Specifies that WAF should allow requests by default.
-