Package | Description |
---|---|
com.amazonaws.services.waf.model | |
com.amazonaws.services.waf.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ByteMatchSetUpdate> |
UpdateByteMatchSetRequest.updates
An array of
ByteMatchSetUpdate objects that you want to
insert into or delete from a ByteMatchSet. |
Modifier and Type | Method and Description |
---|---|
ByteMatchSetUpdate |
ByteMatchSetUpdate.clone() |
ByteMatchSetUpdate |
ByteMatchSetUpdate.withAction(ChangeAction action)
Specifies whether to insert or delete a ByteMatchTuple.
|
ByteMatchSetUpdate |
ByteMatchSetUpdate.withAction(java.lang.String action)
Specifies whether to insert or delete a ByteMatchTuple.
|
ByteMatchSetUpdate |
ByteMatchSetUpdate.withByteMatchTuple(ByteMatchTuple byteMatchTuple)
Information about the part of a web request that you want AWS WAF to
inspect and the value that you want AWS WAF to search for.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ByteMatchSetUpdate> |
UpdateByteMatchSetRequest.getUpdates()
An array of
ByteMatchSetUpdate objects that you want to
insert into or delete from a ByteMatchSet. |
Modifier and Type | Method and Description |
---|---|
UpdateByteMatchSetRequest |
UpdateByteMatchSetRequest.withUpdates(ByteMatchSetUpdate... updates)
An array of
ByteMatchSetUpdate objects that you want to
insert into or delete from a ByteMatchSet. |
Modifier and Type | Method and Description |
---|---|
void |
UpdateByteMatchSetRequest.setUpdates(java.util.Collection<ByteMatchSetUpdate> updates)
An array of
ByteMatchSetUpdate objects that you want to
insert into or delete from a ByteMatchSet. |
UpdateByteMatchSetRequest |
UpdateByteMatchSetRequest.withUpdates(java.util.Collection<ByteMatchSetUpdate> updates)
An array of
ByteMatchSetUpdate objects that you want to
insert into or delete from a ByteMatchSet. |
Modifier and Type | Method and Description |
---|---|
ByteMatchSetUpdate |
ByteMatchSetUpdateJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ByteMatchSetUpdateJsonMarshaller.marshall(ByteMatchSetUpdate byteMatchSetUpdate,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|