Package | Description |
---|---|
com.amazonaws.services.waf | |
com.amazonaws.services.waf.model | |
com.amazonaws.services.waf.model.transform |
Modifier and Type | Method and Description |
---|---|
CreateByteMatchSetResult |
AbstractAWSWAF.createByteMatchSet(CreateByteMatchSetRequest request) |
CreateByteMatchSetResult |
AWSWAFClient.createByteMatchSet(CreateByteMatchSetRequest createByteMatchSetRequest)
Creates a
ByteMatchSet . |
CreateByteMatchSetResult |
AWSWAF.createByteMatchSet(CreateByteMatchSetRequest createByteMatchSetRequest)
Creates a
ByteMatchSet . |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<CreateByteMatchSetResult> |
AbstractAWSWAFAsync.createByteMatchSetAsync(CreateByteMatchSetRequest request,
AsyncHandler<CreateByteMatchSetRequest,CreateByteMatchSetResult> asyncHandler) |
java.util.concurrent.Future<CreateByteMatchSetResult> |
AWSWAFAsyncClient.createByteMatchSetAsync(CreateByteMatchSetRequest request,
AsyncHandler<CreateByteMatchSetRequest,CreateByteMatchSetResult> asyncHandler) |
java.util.concurrent.Future<CreateByteMatchSetResult> |
AWSWAFAsync.createByteMatchSetAsync(CreateByteMatchSetRequest createByteMatchSetRequest,
AsyncHandler<CreateByteMatchSetRequest,CreateByteMatchSetResult> asyncHandler)
Creates a
ByteMatchSet . |
Modifier and Type | Method and Description |
---|---|
CreateByteMatchSetResult |
CreateByteMatchSetResult.clone() |
CreateByteMatchSetResult |
CreateByteMatchSetResult.withByteMatchSet(ByteMatchSet byteMatchSet)
A ByteMatchSet that contains no
ByteMatchTuple
objects. |
CreateByteMatchSetResult |
CreateByteMatchSetResult.withChangeToken(java.lang.String changeToken)
The
ChangeToken that you used to submit the
CreateByteMatchSet request. |
Modifier and Type | Method and Description |
---|---|
CreateByteMatchSetResult |
CreateByteMatchSetResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |