Package | Description |
---|---|
com.amazonaws.services.waf.model | |
com.amazonaws.services.waf.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<IPSetSummary> |
ListIPSetsResult.iPSets
An array of IPSetSummary objects.
|
Modifier and Type | Method and Description |
---|---|
IPSetSummary |
IPSetSummary.clone() |
IPSetSummary |
IPSetSummary.withIPSetId(java.lang.String iPSetId)
The
IPSetId for an IPSet. |
IPSetSummary |
IPSetSummary.withName(java.lang.String name)
A friendly name or description of the IPSet.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<IPSetSummary> iPSets)
An array of IPSetSummary objects.
|
ListIPSetsResult |
ListIPSetsResult.withIPSets(java.util.Collection<IPSetSummary> iPSets)
An array of IPSetSummary objects.
|
Modifier and Type | Method and Description |
---|---|
IPSetSummary |
IPSetSummaryJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
IPSetSummaryJsonMarshaller.marshall(IPSetSummary iPSetSummary,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|