Package | Description |
---|---|
com.amazonaws.services.waf.model |
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(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 |
---|---|
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(Collection<IPSetUpdate> updates)
An array of
IPSetUpdate objects that you want to insert into
or delete from an IPSet. |
UpdateIPSetRequest |
UpdateIPSetRequest.withUpdates(Collection<IPSetUpdate> updates)
An array of
IPSetUpdate objects that you want to insert into
or delete from an IPSet. |
Copyright © 2018. All rights reserved.