| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2 |
|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateIpSetResponse |
Wafv2Client.updateIPSet(Consumer<UpdateIpSetRequest.Builder> updateIpSetRequest)
Updates the specified IPSet.
|
default CompletableFuture<UpdateIpSetResponse> |
Wafv2AsyncClient.updateIPSet(Consumer<UpdateIpSetRequest.Builder> updateIpSetRequest)
Updates the specified IPSet.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateIpSetRequest.Builder |
UpdateIpSetRequest.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.
|
UpdateIpSetRequest.Builder |
UpdateIpSetRequest.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 UpdateIpSetRequest.Builder |
UpdateIpSetRequest.builder() |
UpdateIpSetRequest.Builder |
UpdateIpSetRequest.Builder.description(String description)
A description of the IP set that helps with identification.
|
UpdateIpSetRequest.Builder |
UpdateIpSetRequest.Builder.id(String id)
A unique identifier for the set.
|
UpdateIpSetRequest.Builder |
UpdateIpSetRequest.Builder.lockToken(String lockToken)
A token used for optimistic locking.
|
UpdateIpSetRequest.Builder |
UpdateIpSetRequest.Builder.name(String name)
The name of the IP set.
|
UpdateIpSetRequest.Builder |
UpdateIpSetRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateIpSetRequest.Builder |
UpdateIpSetRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateIpSetRequest.Builder |
UpdateIpSetRequest.Builder.scope(Scope scope)
Specifies whether this is for an Amazon CloudFront distribution or for a regional application.
|
UpdateIpSetRequest.Builder |
UpdateIpSetRequest.Builder.scope(String scope)
Specifies whether this is for an Amazon CloudFront distribution or for a regional application.
|
UpdateIpSetRequest.Builder |
UpdateIpSetRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateIpSetRequest.Builder> |
UpdateIpSetRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.