| Package | Description |
|---|---|
| com.amazonaws.services.wafv2 |
|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetIPSetResult> |
AWSWAFV2AsyncClient.getIPSetAsync(GetIPSetRequest request,
AsyncHandler<GetIPSetRequest,GetIPSetResult> asyncHandler) |
Future<GetIPSetResult> |
AWSWAFV2Async.getIPSetAsync(GetIPSetRequest getIPSetRequest,
AsyncHandler<GetIPSetRequest,GetIPSetResult> asyncHandler)
Retrieves the specified IPSet.
|
Future<GetIPSetResult> |
AbstractAWSWAFV2Async.getIPSetAsync(GetIPSetRequest request,
AsyncHandler<GetIPSetRequest,GetIPSetResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetIPSetRequest |
GetIPSetRequest.clone() |
GetIPSetRequest |
GetIPSetRequest.withId(String id)
A unique identifier for the set.
|
GetIPSetRequest |
GetIPSetRequest.withName(String name)
The name of the IP set.
|
GetIPSetRequest |
GetIPSetRequest.withScope(Scope scope)
Specifies whether this is for an Amazon CloudFront distribution or for a regional application.
|
GetIPSetRequest |
GetIPSetRequest.withScope(String scope)
Specifies whether this is for an Amazon CloudFront distribution or for a regional application.
|
Copyright © 2025. All rights reserved.