Package | Description |
---|---|
com.amazonaws.services.waf.model | |
com.amazonaws.services.waf.model.transform |
Modifier and Type | Field and Description |
---|---|
private ByteMatchSet |
GetByteMatchSetResult.byteMatchSet
Information about the ByteMatchSet that you specified in the
GetByteMatchSet request. |
private ByteMatchSet |
CreateByteMatchSetResult.byteMatchSet
A ByteMatchSet that contains no
ByteMatchTuple
objects. |
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(java.lang.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(java.util.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(java.lang.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. |
Modifier and Type | Method and Description |
---|---|
ByteMatchSet |
ByteMatchSetJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ByteMatchSetJsonMarshaller.marshall(ByteMatchSet byteMatchSet,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|