| Package | Description |
|---|---|
| com.amazonaws.services.wafv2 |
|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
CreateIPSetResult |
AWSWAFV2Client.createIPSet(CreateIPSetRequest request)
Creates an IPSet, which you use to identify web requests that originate from specific IP addresses or
ranges of IP addresses.
|
CreateIPSetResult |
AbstractAWSWAFV2.createIPSet(CreateIPSetRequest request) |
CreateIPSetResult |
AWSWAFV2.createIPSet(CreateIPSetRequest createIPSetRequest)
Creates an IPSet, which you use to identify web requests that originate from specific IP addresses or
ranges of IP addresses.
|
Future<CreateIPSetResult> |
AWSWAFV2AsyncClient.createIPSetAsync(CreateIPSetRequest request) |
Future<CreateIPSetResult> |
AbstractAWSWAFV2Async.createIPSetAsync(CreateIPSetRequest request) |
Future<CreateIPSetResult> |
AWSWAFV2Async.createIPSetAsync(CreateIPSetRequest createIPSetRequest)
Creates an IPSet, which you use to identify web requests that originate from specific IP addresses or
ranges of IP addresses.
|
Future<CreateIPSetResult> |
AWSWAFV2AsyncClient.createIPSetAsync(CreateIPSetRequest request,
AsyncHandler<CreateIPSetRequest,CreateIPSetResult> asyncHandler) |
Future<CreateIPSetResult> |
AbstractAWSWAFV2Async.createIPSetAsync(CreateIPSetRequest request,
AsyncHandler<CreateIPSetRequest,CreateIPSetResult> asyncHandler) |
Future<CreateIPSetResult> |
AWSWAFV2Async.createIPSetAsync(CreateIPSetRequest createIPSetRequest,
AsyncHandler<CreateIPSetRequest,CreateIPSetResult> asyncHandler)
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 |
|---|---|
Future<CreateIPSetResult> |
AWSWAFV2AsyncClient.createIPSetAsync(CreateIPSetRequest request,
AsyncHandler<CreateIPSetRequest,CreateIPSetResult> asyncHandler) |
Future<CreateIPSetResult> |
AbstractAWSWAFV2Async.createIPSetAsync(CreateIPSetRequest request,
AsyncHandler<CreateIPSetRequest,CreateIPSetResult> asyncHandler) |
Future<CreateIPSetResult> |
AWSWAFV2Async.createIPSetAsync(CreateIPSetRequest createIPSetRequest,
AsyncHandler<CreateIPSetRequest,CreateIPSetResult> asyncHandler)
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 |
CreateIPSetRequest.clone() |
CreateIPSetRequest |
CreateIPSetRequest.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.
|
CreateIPSetRequest |
CreateIPSetRequest.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.
|
CreateIPSetRequest |
CreateIPSetRequest.withDescription(String description)
A description of the IP set that helps with identification.
|
CreateIPSetRequest |
CreateIPSetRequest.withIPAddressVersion(IPAddressVersion iPAddressVersion)
The version of the IP addresses, either
IPV4 or IPV6. |
CreateIPSetRequest |
CreateIPSetRequest.withIPAddressVersion(String iPAddressVersion)
The version of the IP addresses, either
IPV4 or IPV6. |
CreateIPSetRequest |
CreateIPSetRequest.withName(String name)
The name of the IP set.
|
CreateIPSetRequest |
CreateIPSetRequest.withScope(Scope scope)
Specifies whether this is for an Amazon CloudFront distribution or for a regional application.
|
CreateIPSetRequest |
CreateIPSetRequest.withScope(String scope)
Specifies whether this is for an Amazon CloudFront distribution or for a regional application.
|
CreateIPSetRequest |
CreateIPSetRequest.withTags(Collection<Tag> tags)
An array of key:value pairs to associate with the resource.
|
CreateIPSetRequest |
CreateIPSetRequest.withTags(Tag... tags)
An array of key:value pairs to associate with the resource.
|
Copyright © 2022. All rights reserved.