| Package | Description |
|---|---|
| com.amazonaws.services.waf |
This is the AWS WAF API Reference.
|
| com.amazonaws.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
CreateByteMatchSetResult |
AbstractAWSWAF.createByteMatchSet(CreateByteMatchSetRequest request) |
CreateByteMatchSetResult |
AWSWAF.createByteMatchSet(CreateByteMatchSetRequest createByteMatchSetRequest)
Creates a
ByteMatchSet. |
CreateByteMatchSetResult |
AWSWAFClient.createByteMatchSet(CreateByteMatchSetRequest createByteMatchSetRequest)
Creates a
ByteMatchSet. |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateByteMatchSetResult> |
AbstractAWSWAFAsync.createByteMatchSetAsync(CreateByteMatchSetRequest request,
AsyncHandler<CreateByteMatchSetRequest,CreateByteMatchSetResult> asyncHandler) |
Future<CreateByteMatchSetResult> |
AWSWAFAsync.createByteMatchSetAsync(CreateByteMatchSetRequest createByteMatchSetRequest,
AsyncHandler<CreateByteMatchSetRequest,CreateByteMatchSetResult> asyncHandler)
Creates a
ByteMatchSet. |
Future<CreateByteMatchSetResult> |
AWSWAFAsyncClient.createByteMatchSetAsync(CreateByteMatchSetRequest request,
AsyncHandler<CreateByteMatchSetRequest,CreateByteMatchSetResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateByteMatchSetResult |
CreateByteMatchSetResult.clone() |
CreateByteMatchSetResult |
CreateByteMatchSetResult.withByteMatchSet(ByteMatchSet byteMatchSet)
A ByteMatchSet that contains no
ByteMatchTuple objects. |
CreateByteMatchSetResult |
CreateByteMatchSetResult.withChangeToken(String changeToken)
The
ChangeToken that you used to submit the CreateByteMatchSet request. |
Copyright © 2016. All rights reserved.