| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2 |
|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateIpSetResponse |
Wafv2Client.createIPSet(Consumer<CreateIpSetRequest.Builder> createIpSetRequest)
Creates an IPSet, which you use to identify web requests that originate from specific IP addresses or
ranges of IP addresses.
|
default CompletableFuture<CreateIpSetResponse> |
Wafv2AsyncClient.createIPSet(Consumer<CreateIpSetRequest.Builder> createIpSetRequest)
Creates an IPSet, which you use to identify web requests that originate from specific IP addresses or
ranges of IP addresses.
|
| Modifier and Type | Method and Description |
|---|---|
CreateIpSetRequest.Builder |
CreateIpSetRequest.Builder.addresses(Collection<String> addresses)
Contains an array of strings that specifies zero or more IP addresses or blocks of IP addresses that you want
WAF to inspect for in incoming requests.
|
CreateIpSetRequest.Builder |
CreateIpSetRequest.Builder.addresses(String... addresses)
Contains an array of strings that specifies zero or more IP addresses or blocks of IP addresses that you want
WAF to inspect for in incoming requests.
|
static CreateIpSetRequest.Builder |
CreateIpSetRequest.builder() |
CreateIpSetRequest.Builder |
CreateIpSetRequest.Builder.description(String description)
A description of the IP set that helps with identification.
|
CreateIpSetRequest.Builder |
CreateIpSetRequest.Builder.ipAddressVersion(IPAddressVersion ipAddressVersion)
The version of the IP addresses, either
IPV4 or IPV6. |
CreateIpSetRequest.Builder |
CreateIpSetRequest.Builder.ipAddressVersion(String ipAddressVersion)
The version of the IP addresses, either
IPV4 or IPV6. |
CreateIpSetRequest.Builder |
CreateIpSetRequest.Builder.name(String name)
The name of the IP set.
|
CreateIpSetRequest.Builder |
CreateIpSetRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateIpSetRequest.Builder |
CreateIpSetRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateIpSetRequest.Builder |
CreateIpSetRequest.Builder.scope(Scope scope)
Specifies whether this is for an Amazon CloudFront distribution or for a regional application.
|
CreateIpSetRequest.Builder |
CreateIpSetRequest.Builder.scope(String scope)
Specifies whether this is for an Amazon CloudFront distribution or for a regional application.
|
CreateIpSetRequest.Builder |
CreateIpSetRequest.Builder.tags(Collection<Tag> tags)
An array of key:value pairs to associate with the resource.
|
CreateIpSetRequest.Builder |
CreateIpSetRequest.Builder.tags(Consumer<Tag.Builder>... tags)
An array of key:value pairs to associate with the resource.
|
CreateIpSetRequest.Builder |
CreateIpSetRequest.Builder.tags(Tag... tags)
An array of key:value pairs to associate with the resource.
|
CreateIpSetRequest.Builder |
CreateIpSetRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateIpSetRequest.Builder> |
CreateIpSetRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.