Uses of Class
software.amazon.awssdk.services.wafv2.model.AssociatedResourceType
-
Packages that use AssociatedResourceType Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of AssociatedResourceType in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return AssociatedResourceType Modifier and Type Method Description static AssociatedResourceTypeAssociatedResourceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AssociatedResourceTypeAssociatedResourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static AssociatedResourceType[]AssociatedResourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type AssociatedResourceType Modifier and Type Method Description static Set<AssociatedResourceType>AssociatedResourceType. knownValues()Map<AssociatedResourceType,RequestBodyAssociatedResourceTypeConfig>AssociationConfig. requestBody()Customizes the maximum size of the request body that your protected CloudFront, API Gateway, Amazon Cognito, App Runner, and Verified Access resources forward to WAF for inspection.Method parameters in software.amazon.awssdk.services.wafv2.model with type arguments of type AssociatedResourceType Modifier and Type Method Description AssociationConfig.BuilderAssociationConfig.Builder. requestBody(Map<AssociatedResourceType,RequestBodyAssociatedResourceTypeConfig> requestBody)Customizes the maximum size of the request body that your protected CloudFront, API Gateway, Amazon Cognito, App Runner, and Verified Access resources forward to WAF for inspection.
-