Package | Description |
---|---|
com.amazonaws.services.waf | |
com.amazonaws.services.waf.model | |
com.amazonaws.services.waf.model.transform |
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
java.util.concurrent.Future<CreateIPSetResult> |
AbstractAWSWAFAsync.createIPSetAsync(CreateIPSetRequest request) |
java.util.concurrent.Future<CreateIPSetResult> |
AWSWAFAsyncClient.createIPSetAsync(CreateIPSetRequest request) |
java.util.concurrent.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.
|
java.util.concurrent.Future<CreateIPSetResult> |
AbstractAWSWAFAsync.createIPSetAsync(CreateIPSetRequest request,
AsyncHandler<CreateIPSetRequest,CreateIPSetResult> asyncHandler) |
java.util.concurrent.Future<CreateIPSetResult> |
AWSWAFAsyncClient.createIPSetAsync(CreateIPSetRequest request,
AsyncHandler<CreateIPSetRequest,CreateIPSetResult> asyncHandler) |
java.util.concurrent.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.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<CreateIPSetResult> |
AbstractAWSWAFAsync.createIPSetAsync(CreateIPSetRequest request,
AsyncHandler<CreateIPSetRequest,CreateIPSetResult> asyncHandler) |
java.util.concurrent.Future<CreateIPSetResult> |
AWSWAFAsyncClient.createIPSetAsync(CreateIPSetRequest request,
AsyncHandler<CreateIPSetRequest,CreateIPSetResult> asyncHandler) |
java.util.concurrent.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.
|
Modifier and Type | Method and Description |
---|---|
CreateIPSetRequest |
CreateIPSetRequest.clone() |
CreateIPSetRequest |
CreateIPSetRequest.withChangeToken(java.lang.String changeToken)
The value returned by the most recent call to GetChangeToken.
|
CreateIPSetRequest |
CreateIPSetRequest.withName(java.lang.String name)
A friendly name or description of the IPSet.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateIPSetRequest> |
CreateIPSetRequestMarshaller.marshall(CreateIPSetRequest createIPSetRequest) |
Modifier and Type | Method and Description |
---|---|
Request<CreateIPSetRequest> |
CreateIPSetRequestMarshaller.marshall(CreateIPSetRequest createIPSetRequest) |