| Package | Description |
|---|---|
| com.amazonaws.services.wafv2 |
|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateIPSetResult> |
AWSWAFV2AsyncClient.updateIPSetAsync(UpdateIPSetRequest request,
AsyncHandler<UpdateIPSetRequest,UpdateIPSetResult> asyncHandler) |
Future<UpdateIPSetResult> |
AbstractAWSWAFV2Async.updateIPSetAsync(UpdateIPSetRequest request,
AsyncHandler<UpdateIPSetRequest,UpdateIPSetResult> asyncHandler) |
Future<UpdateIPSetResult> |
AWSWAFV2Async.updateIPSetAsync(UpdateIPSetRequest updateIPSetRequest,
AsyncHandler<UpdateIPSetRequest,UpdateIPSetResult> asyncHandler)
Updates the specified IPSet.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateIPSetRequest |
UpdateIPSetRequest.clone() |
UpdateIPSetRequest |
UpdateIPSetRequest.withAddresses(Collection<String> addresses)
Contains an array of strings that specifies zero or more IP addresses or blocks of IP addresses in Classless
Inter-Domain Routing (CIDR) notation.
|
UpdateIPSetRequest |
UpdateIPSetRequest.withAddresses(String... addresses)
Contains an array of strings that specifies zero or more IP addresses or blocks of IP addresses in Classless
Inter-Domain Routing (CIDR) notation.
|
UpdateIPSetRequest |
UpdateIPSetRequest.withDescription(String description)
A description of the IP set that helps with identification.
|
UpdateIPSetRequest |
UpdateIPSetRequest.withId(String id)
A unique identifier for the set.
|
UpdateIPSetRequest |
UpdateIPSetRequest.withLockToken(String lockToken)
A token used for optimistic locking.
|
UpdateIPSetRequest |
UpdateIPSetRequest.withName(String name)
The name of the IP set.
|
UpdateIPSetRequest |
UpdateIPSetRequest.withScope(Scope scope)
Specifies whether this is for an Amazon CloudFront distribution or for a regional application.
|
UpdateIPSetRequest |
UpdateIPSetRequest.withScope(String scope)
Specifies whether this is for an Amazon CloudFront distribution or for a regional application.
|
Copyright © 2022. All rights reserved.