| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
static IPSet.Builder |
IPSet.builder() |
IPSet.Builder |
IPSet.Builder.ipSetDescriptors(Collection<IPSetDescriptor> ipSetDescriptors)
The IP address type (
IPV4 or IPV6) and the IP address range (in CIDR notation) that
web requests originate from. |
IPSet.Builder |
IPSet.Builder.ipSetDescriptors(Consumer<IPSetDescriptor.Builder>... ipSetDescriptors)
The IP address type (
IPV4 or IPV6) and the IP address range (in CIDR notation) that
web requests originate from. |
IPSet.Builder |
IPSet.Builder.ipSetDescriptors(IPSetDescriptor... ipSetDescriptors)
The IP address type (
IPV4 or IPV6) and the IP address range (in CIDR notation) that
web requests originate from. |
IPSet.Builder |
IPSet.Builder.ipSetId(String ipSetId)
The
IPSetId for an IPSet. |
IPSet.Builder |
IPSet.Builder.name(String name)
A friendly name or description of the IPSet.
|
IPSet.Builder |
IPSet.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IPSet.Builder> |
IPSet.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetIpSetResponse.Builder |
GetIpSetResponse.Builder.ipSet(Consumer<IPSet.Builder> ipSet)
Information about the IPSet that you specified in the
GetIPSet request. |
default CreateIpSetResponse.Builder |
CreateIpSetResponse.Builder.ipSet(Consumer<IPSet.Builder> ipSet)
The IPSet returned in the
CreateIPSet response. |
Copyright © 2023. All rights reserved.