| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
static GeoMatchSet.Builder |
GeoMatchSet.builder() |
GeoMatchSet.Builder |
GeoMatchSet.Builder.geoMatchConstraints(Collection<GeoMatchConstraint> geoMatchConstraints)
An array of GeoMatchConstraint objects, which contain the country that you want AWS WAF to search for.
|
GeoMatchSet.Builder |
GeoMatchSet.Builder.geoMatchConstraints(Consumer<GeoMatchConstraint.Builder>... geoMatchConstraints)
An array of GeoMatchConstraint objects, which contain the country that you want AWS WAF to search for.
|
GeoMatchSet.Builder |
GeoMatchSet.Builder.geoMatchConstraints(GeoMatchConstraint... geoMatchConstraints)
An array of GeoMatchConstraint objects, which contain the country that you want AWS WAF to search for.
|
GeoMatchSet.Builder |
GeoMatchSet.Builder.geoMatchSetId(String geoMatchSetId)
The
GeoMatchSetId for an GeoMatchSet. |
GeoMatchSet.Builder |
GeoMatchSet.Builder.name(String name)
A friendly name or description of the GeoMatchSet.
|
GeoMatchSet.Builder |
GeoMatchSet.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GeoMatchSet.Builder> |
GeoMatchSet.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateGeoMatchSetResponse.Builder |
CreateGeoMatchSetResponse.Builder.geoMatchSet(Consumer<GeoMatchSet.Builder> geoMatchSet)
The GeoMatchSet returned in the
CreateGeoMatchSet response. |
default GetGeoMatchSetResponse.Builder |
GetGeoMatchSetResponse.Builder.geoMatchSet(Consumer<GeoMatchSet.Builder> geoMatchSet)
Information about the GeoMatchSet that you specified in the
GetGeoMatchSet request. |
Copyright © 2023. All rights reserved.