| Package | Description |
|---|---|
| software.amazon.awssdk.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
List<Address> |
MatchAttributes.destinations()
The destination IP addresses and address ranges to inspect for, in CIDR notation.
|
List<Address> |
ServerCertificateScope.destinations()
The destination IP addresses and address ranges to decrypt for inspection, in CIDR notation.
|
List<Address> |
MatchAttributes.sources()
The source IP addresses and address ranges to inspect for, in CIDR notation.
|
List<Address> |
ServerCertificateScope.sources()
The source IP addresses and address ranges to decrypt for inspection, in CIDR notation.
|
| Modifier and Type | Method and Description |
|---|---|
MatchAttributes.Builder |
MatchAttributes.Builder.destinations(Address... destinations)
The destination IP addresses and address ranges to inspect for, in CIDR notation.
|
ServerCertificateScope.Builder |
ServerCertificateScope.Builder.destinations(Address... destinations)
The destination IP addresses and address ranges to decrypt for inspection, in CIDR notation.
|
MatchAttributes.Builder |
MatchAttributes.Builder.sources(Address... sources)
The source IP addresses and address ranges to inspect for, in CIDR notation.
|
ServerCertificateScope.Builder |
ServerCertificateScope.Builder.sources(Address... sources)
The source IP addresses and address ranges to decrypt for inspection, in CIDR notation.
|
| Modifier and Type | Method and Description |
|---|---|
MatchAttributes.Builder |
MatchAttributes.Builder.destinations(Collection<Address> destinations)
The destination IP addresses and address ranges to inspect for, in CIDR notation.
|
ServerCertificateScope.Builder |
ServerCertificateScope.Builder.destinations(Collection<Address> destinations)
The destination IP addresses and address ranges to decrypt for inspection, in CIDR notation.
|
MatchAttributes.Builder |
MatchAttributes.Builder.sources(Collection<Address> sources)
The source IP addresses and address ranges to inspect for, in CIDR notation.
|
ServerCertificateScope.Builder |
ServerCertificateScope.Builder.sources(Collection<Address> sources)
The source IP addresses and address ranges to decrypt for inspection, in CIDR notation.
|
Copyright © 2023. All rights reserved.