| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
IPSetSummary |
CreateIpSetResponse.summary()
High-level information about an IPSet, returned by operations like create and list.
|
| Modifier and Type | Method and Description |
|---|---|
List<IPSetSummary> |
ListIpSetsResponse.ipSets()
Array of IPSets.
|
| Modifier and Type | Method and Description |
|---|---|
ListIpSetsResponse.Builder |
ListIpSetsResponse.Builder.ipSets(IPSetSummary... ipSets)
Array of IPSets.
|
CreateIpSetResponse.Builder |
CreateIpSetResponse.Builder.summary(IPSetSummary summary)
High-level information about an IPSet, returned by operations like create and list.
|
| Modifier and Type | Method and Description |
|---|---|
ListIpSetsResponse.Builder |
ListIpSetsResponse.Builder.ipSets(Collection<IPSetSummary> ipSets)
Array of IPSets.
|
Copyright © 2023. All rights reserved.