| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
GeoMatchSetUpdate.Builder |
GeoMatchSetUpdate.Builder.action(ChangeAction action)
Specifies whether to insert or delete a country with UpdateGeoMatchSet.
|
GeoMatchSetUpdate.Builder |
GeoMatchSetUpdate.Builder.action(String action)
Specifies whether to insert or delete a country with UpdateGeoMatchSet.
|
static GeoMatchSetUpdate.Builder |
GeoMatchSetUpdate.builder() |
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.
|
GeoMatchSetUpdate.Builder |
GeoMatchSetUpdate.Builder.geoMatchConstraint(GeoMatchConstraint geoMatchConstraint)
The country from which web requests originate that you want AWS WAF to search for.
|
GeoMatchSetUpdate.Builder |
GeoMatchSetUpdate.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GeoMatchSetUpdate.Builder> |
GeoMatchSetUpdate.serializableBuilderClass() |
Copyright © 2023. All rights reserved.