Package | Description |
---|---|
com.amazonaws.services.waf.model |
Modifier and Type | Method and Description |
---|---|
ByteMatchSet |
ByteMatchSet.clone() |
ByteMatchSet |
GetByteMatchSetResult.getByteMatchSet()
Information about the ByteMatchSet that you specified in the
GetByteMatchSet request. |
ByteMatchSet |
CreateByteMatchSetResult.getByteMatchSet()
A ByteMatchSet that contains no
ByteMatchTuple
objects. |
ByteMatchSet |
ByteMatchSet.withByteMatchSetId(String byteMatchSetId)
The
ByteMatchSetId for a ByteMatchSet . |
ByteMatchSet |
ByteMatchSet.withByteMatchTuples(ByteMatchTuple... byteMatchTuples)
Specifies the bytes (typically a string that corresponds with ASCII
characters) that you want AWS WAF to search for in web requests, the
location in requests that you want AWS WAF to search, and other settings.
|
ByteMatchSet |
ByteMatchSet.withByteMatchTuples(Collection<ByteMatchTuple> byteMatchTuples)
Specifies the bytes (typically a string that corresponds with ASCII
characters) that you want AWS WAF to search for in web requests, the
location in requests that you want AWS WAF to search, and other settings.
|
ByteMatchSet |
ByteMatchSet.withName(String name)
A friendly name or description of the ByteMatchSet.
|
Modifier and Type | Method and Description |
---|---|
void |
GetByteMatchSetResult.setByteMatchSet(ByteMatchSet byteMatchSet)
Information about the ByteMatchSet that you specified in the
GetByteMatchSet request. |
void |
CreateByteMatchSetResult.setByteMatchSet(ByteMatchSet byteMatchSet)
A ByteMatchSet that contains no
ByteMatchTuple
objects. |
GetByteMatchSetResult |
GetByteMatchSetResult.withByteMatchSet(ByteMatchSet byteMatchSet)
Information about the ByteMatchSet that you specified in the
GetByteMatchSet request. |
CreateByteMatchSetResult |
CreateByteMatchSetResult.withByteMatchSet(ByteMatchSet byteMatchSet)
A ByteMatchSet that contains no
ByteMatchTuple
objects. |
Copyright © 2018. All rights reserved.