Package | Description |
---|---|
com.amazonaws.services.waf | |
com.amazonaws.services.waf.model |
Modifier and Type | Method and Description |
---|---|
CreateIPSetResult |
AWSWAF.createIPSet(CreateIPSetRequest createIPSetRequest)
Creates an IPSet, which you use to specify which web requests you
want to allow or block based on the IP addresses that the requests
originate from.
|
CreateIPSetResult |
AbstractAWSWAF.createIPSet(CreateIPSetRequest request) |
CreateIPSetResult |
AWSWAFClient.createIPSet(CreateIPSetRequest createIPSetRequest)
Creates an IPSet, which you use to specify which web requests you
want to allow or block based on the IP addresses that the requests
originate from.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateIPSetResult> |
AWSWAFAsync.createIPSetAsync(CreateIPSetRequest createIPSetRequest)
Creates an IPSet, which you use to specify which web requests you
want to allow or block based on the IP addresses that the requests
originate from.
|
Future<CreateIPSetResult> |
AbstractAWSWAFAsync.createIPSetAsync(CreateIPSetRequest request) |
Future<CreateIPSetResult> |
AWSWAFAsyncClient.createIPSetAsync(CreateIPSetRequest request) |
Future<CreateIPSetResult> |
AWSWAFAsync.createIPSetAsync(CreateIPSetRequest createIPSetRequest,
AsyncHandler<CreateIPSetRequest,CreateIPSetResult> asyncHandler)
Creates an IPSet, which you use to specify which web requests you
want to allow or block based on the IP addresses that the requests
originate from.
|
Future<CreateIPSetResult> |
AbstractAWSWAFAsync.createIPSetAsync(CreateIPSetRequest request,
AsyncHandler<CreateIPSetRequest,CreateIPSetResult> asyncHandler) |
Future<CreateIPSetResult> |
AWSWAFAsyncClient.createIPSetAsync(CreateIPSetRequest request,
AsyncHandler<CreateIPSetRequest,CreateIPSetResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<CreateIPSetResult> |
AWSWAFAsync.createIPSetAsync(CreateIPSetRequest createIPSetRequest,
AsyncHandler<CreateIPSetRequest,CreateIPSetResult> asyncHandler)
Creates an IPSet, which you use to specify which web requests you
want to allow or block based on the IP addresses that the requests
originate from.
|
Future<CreateIPSetResult> |
AbstractAWSWAFAsync.createIPSetAsync(CreateIPSetRequest request,
AsyncHandler<CreateIPSetRequest,CreateIPSetResult> asyncHandler) |
Future<CreateIPSetResult> |
AWSWAFAsyncClient.createIPSetAsync(CreateIPSetRequest request,
AsyncHandler<CreateIPSetRequest,CreateIPSetResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateIPSetResult |
CreateIPSetResult.clone() |
CreateIPSetResult |
CreateIPSetResult.withChangeToken(String changeToken)
The
ChangeToken that you used to submit the
CreateIPSet request. |
CreateIPSetResult |
CreateIPSetResult.withIPSet(IPSet iPSet)
The IPSet returned in the
CreateIPSet response. |
Copyright © 2018. All rights reserved.