Uses of Class
software.amazon.awssdk.services.waf.model.GeoMatchConstraintType
-
Packages that use GeoMatchConstraintType Package Description software.amazon.awssdk.services.waf.model -
-
Uses of GeoMatchConstraintType in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return GeoMatchConstraintType Modifier and Type Method Description static GeoMatchConstraintTypeGeoMatchConstraintType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.GeoMatchConstraintTypeGeoMatchConstraint. type()The type of geographical area you want AWS WAF to search for.static GeoMatchConstraintTypeGeoMatchConstraintType. valueOf(String name)Returns the enum constant of this type with the specified name.static GeoMatchConstraintType[]GeoMatchConstraintType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type GeoMatchConstraintType Modifier and Type Method Description static Set<GeoMatchConstraintType>GeoMatchConstraintType. knownValues()Methods in software.amazon.awssdk.services.waf.model with parameters of type GeoMatchConstraintType Modifier and Type Method Description GeoMatchConstraint.BuilderGeoMatchConstraint.Builder. type(GeoMatchConstraintType type)The type of geographical area you want AWS WAF to search for.
-