Package | Description |
---|---|
com.amazonaws.services.waf | |
com.amazonaws.services.waf.model |
Modifier and Type | Method and Description |
---|---|
CreateByteMatchSetResult |
AWSWAF.createByteMatchSet(CreateByteMatchSetRequest createByteMatchSetRequest)
Creates a
ByteMatchSet . |
CreateByteMatchSetResult |
AbstractAWSWAF.createByteMatchSet(CreateByteMatchSetRequest request) |
CreateByteMatchSetResult |
AWSWAFClient.createByteMatchSet(CreateByteMatchSetRequest createByteMatchSetRequest)
Creates a
ByteMatchSet . |
Modifier and Type | Method and Description |
---|---|
Future<CreateByteMatchSetResult> |
AWSWAFAsync.createByteMatchSetAsync(CreateByteMatchSetRequest createByteMatchSetRequest,
AsyncHandler<CreateByteMatchSetRequest,CreateByteMatchSetResult> asyncHandler)
Creates a
ByteMatchSet . |
Future<CreateByteMatchSetResult> |
AbstractAWSWAFAsync.createByteMatchSetAsync(CreateByteMatchSetRequest request,
AsyncHandler<CreateByteMatchSetRequest,CreateByteMatchSetResult> asyncHandler) |
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 © 2018. All rights reserved.