Package | Description |
---|---|
com.amazonaws.services.waf.model | |
com.amazonaws.services.waf.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<IPSetUpdate> |
UpdateIPSetRequest.updates
An array of
IPSetUpdate objects that you want to insert into
or delete from an IPSet. |
Modifier and Type | Method and Description |
---|---|
IPSetUpdate |
IPSetUpdate.clone() |
IPSetUpdate |
IPSetUpdate.withAction(ChangeAction action)
Specifies whether to insert or delete an IP address with
UpdateIPSet.
|
IPSetUpdate |
IPSetUpdate.withAction(java.lang.String action)
Specifies whether to insert or delete an IP address with
UpdateIPSet.
|
IPSetUpdate |
IPSetUpdate.withIPSetDescriptor(IPSetDescriptor iPSetDescriptor)
The IP address type (
IPV4 ) and the IP address range (in CIDR
notation) that web requests originate from. |
Modifier and Type | Method and Description |
---|---|
java.util.List<IPSetUpdate> |
UpdateIPSetRequest.getUpdates()
An array of
IPSetUpdate objects that you want to insert into
or delete from an IPSet. |
Modifier and Type | Method and Description |
---|---|
UpdateIPSetRequest |
UpdateIPSetRequest.withUpdates(IPSetUpdate... updates)
An array of
IPSetUpdate objects that you want to insert into
or delete from an IPSet. |
Modifier and Type | Method and Description |
---|---|
void |
UpdateIPSetRequest.setUpdates(java.util.Collection<IPSetUpdate> updates)
An array of
IPSetUpdate objects that you want to insert into
or delete from an IPSet. |
UpdateIPSetRequest |
UpdateIPSetRequest.withUpdates(java.util.Collection<IPSetUpdate> updates)
An array of
IPSetUpdate objects that you want to insert into
or delete from an IPSet. |
Modifier and Type | Method and Description |
---|---|
IPSetUpdate |
IPSetUpdateJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
IPSetUpdateJsonMarshaller.marshall(IPSetUpdate iPSetUpdate,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|