Package | Description |
---|---|
com.amazonaws.services.waf.model |
Modifier and Type | Method and Description |
---|---|
IPSetSummary |
IPSetSummary.clone() |
IPSetSummary |
IPSetSummary.withIPSetId(String iPSetId)
The
IPSetId for an IPSet. |
IPSetSummary |
IPSetSummary.withName(String name)
A friendly name or description of the IPSet.
|
Modifier and Type | Method and Description |
---|---|
List<IPSetSummary> |
ListIPSetsResult.getIPSets()
An array of IPSetSummary objects.
|
Modifier and Type | Method and Description |
---|---|
ListIPSetsResult |
ListIPSetsResult.withIPSets(IPSetSummary... iPSets)
An array of IPSetSummary objects.
|
Modifier and Type | Method and Description |
---|---|
void |
ListIPSetsResult.setIPSets(Collection<IPSetSummary> iPSets)
An array of IPSetSummary objects.
|
ListIPSetsResult |
ListIPSetsResult.withIPSets(Collection<IPSetSummary> iPSets)
An array of IPSetSummary objects.
|
Copyright © 2018. All rights reserved.