Package | Description |
---|---|
com.amazonaws.services.waf.model | |
com.amazonaws.services.waf.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<WebACLUpdate> |
UpdateWebACLRequest.updates
An array of updates to make to the WebACL.
|
Modifier and Type | Method and Description |
---|---|
WebACLUpdate |
WebACLUpdate.clone() |
WebACLUpdate |
WebACLUpdate.withAction(ChangeAction action)
Specifies whether to insert a
Rule into or delete a
Rule from a WebACL . |
WebACLUpdate |
WebACLUpdate.withAction(java.lang.String action)
Specifies whether to insert a
Rule into or delete a
Rule from a WebACL . |
WebACLUpdate |
WebACLUpdate.withActivatedRule(ActivatedRule activatedRule) |
Modifier and Type | Method and Description |
---|---|
java.util.List<WebACLUpdate> |
UpdateWebACLRequest.getUpdates()
An array of updates to make to the WebACL.
|
Modifier and Type | Method and Description |
---|---|
UpdateWebACLRequest |
UpdateWebACLRequest.withUpdates(WebACLUpdate... updates)
An array of updates to make to the WebACL.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateWebACLRequest.setUpdates(java.util.Collection<WebACLUpdate> updates)
An array of updates to make to the WebACL.
|
UpdateWebACLRequest |
UpdateWebACLRequest.withUpdates(java.util.Collection<WebACLUpdate> updates)
An array of updates to make to the WebACL.
|
Modifier and Type | Method and Description |
---|---|
WebACLUpdate |
WebACLUpdateJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
WebACLUpdateJsonMarshaller.marshall(WebACLUpdate webACLUpdate,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|