| Package | Description |
|---|---|
| software.amazon.awssdk.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
CIDRSummary.Builder |
CIDRSummary.Builder.availableCIDRCount(Integer availableCIDRCount)
The number of CIDR blocks available for use by the IP set references in a firewall.
|
static CIDRSummary.Builder |
CIDRSummary.builder() |
CIDRSummary.Builder |
CIDRSummary.Builder.ipSetReferences(Map<String,IPSetMetadata> ipSetReferences)
The list of the IP set references used by a firewall.
|
CIDRSummary.Builder |
CIDRSummary.toBuilder() |
CIDRSummary.Builder |
CIDRSummary.Builder.utilizedCIDRCount(Integer utilizedCIDRCount)
The number of CIDR blocks used by the IP set references in a firewall.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CIDRSummary.Builder> |
CIDRSummary.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CapacityUsageSummary.Builder |
CapacityUsageSummary.Builder.cidRs(Consumer<CIDRSummary.Builder> cidRs)
Describes the capacity usage of the CIDR blocks used by the IP set references in a firewall.
|
Copyright © 2023. All rights reserved.