| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
IPSetSummary |
IPSetSummary.clone() |
IPSetSummary |
CreateIPSetResult.getSummary()
High-level information about an IPSet, returned by operations like create and list.
|
IPSetSummary |
IPSetSummary.withARN(String aRN)
The Amazon Resource Name (ARN) of the entity.
|
IPSetSummary |
IPSetSummary.withDescription(String description)
A description of the IP set that helps with identification.
|
IPSetSummary |
IPSetSummary.withId(String id)
A unique identifier for the set.
|
IPSetSummary |
IPSetSummary.withLockToken(String lockToken)
A token used for optimistic locking.
|
IPSetSummary |
IPSetSummary.withName(String name)
The name of the IP set.
|
| Modifier and Type | Method and Description |
|---|---|
List<IPSetSummary> |
ListIPSetsResult.getIPSets()
Array of IPSets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateIPSetResult.setSummary(IPSetSummary summary)
High-level information about an IPSet, returned by operations like create and list.
|
ListIPSetsResult |
ListIPSetsResult.withIPSets(IPSetSummary... iPSets)
Array of IPSets.
|
CreateIPSetResult |
CreateIPSetResult.withSummary(IPSetSummary summary)
High-level information about an IPSet, returned by operations like create and list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListIPSetsResult.setIPSets(Collection<IPSetSummary> iPSets)
Array of IPSets.
|
ListIPSetsResult |
ListIPSetsResult.withIPSets(Collection<IPSetSummary> iPSets)
Array of IPSets.
|
Copyright © 2025. All rights reserved.