| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
static GeoMatchConstraint.Builder |
GeoMatchConstraint.builder() |
GeoMatchConstraint.Builder |
GeoMatchConstraint.toBuilder() |
GeoMatchConstraint.Builder |
GeoMatchConstraint.Builder.type(GeoMatchConstraintType type)
The type of geographical area you want AWS WAF to search for.
|
GeoMatchConstraint.Builder |
GeoMatchConstraint.Builder.type(String type)
The type of geographical area you want AWS WAF to search for.
|
GeoMatchConstraint.Builder |
GeoMatchConstraint.Builder.value(GeoMatchConstraintValue value)
The country that you want AWS WAF to search for.
|
GeoMatchConstraint.Builder |
GeoMatchConstraint.Builder.value(String value)
The country that you want AWS WAF to search for.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GeoMatchConstraint.Builder> |
GeoMatchConstraint.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GeoMatchSetUpdate.Builder |
GeoMatchSetUpdate.Builder.geoMatchConstraint(Consumer<GeoMatchConstraint.Builder> geoMatchConstraint)
The country from which web requests originate that you want AWS WAF to search for.
|
Copyright © 2023. All rights reserved.