| Package | Description |
|---|---|
| com.amazonaws.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
Address |
Address.clone() |
Address |
Address.withAddressDefinition(String addressDefinition)
Specify an IP address or a block of IP addresses in Classless Inter-Domain Routing (CIDR) notation.
|
| Modifier and Type | Method and Description |
|---|---|
List<Address> |
MatchAttributes.getDestinations()
The destination IP addresses and address ranges to inspect for, in CIDR notation.
|
List<Address> |
ServerCertificateScope.getDestinations()
The destination IP addresses and address ranges to decrypt for inspection, in CIDR notation.
|
List<Address> |
MatchAttributes.getSources()
The source IP addresses and address ranges to inspect for, in CIDR notation.
|
List<Address> |
ServerCertificateScope.getSources()
The source IP addresses and address ranges to decrypt for inspection, in CIDR notation.
|
| Modifier and Type | Method and Description |
|---|---|
MatchAttributes |
MatchAttributes.withDestinations(Address... destinations)
The destination IP addresses and address ranges to inspect for, in CIDR notation.
|
ServerCertificateScope |
ServerCertificateScope.withDestinations(Address... destinations)
The destination IP addresses and address ranges to decrypt for inspection, in CIDR notation.
|
MatchAttributes |
MatchAttributes.withSources(Address... sources)
The source IP addresses and address ranges to inspect for, in CIDR notation.
|
ServerCertificateScope |
ServerCertificateScope.withSources(Address... sources)
The source IP addresses and address ranges to decrypt for inspection, in CIDR notation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MatchAttributes.setDestinations(Collection<Address> destinations)
The destination IP addresses and address ranges to inspect for, in CIDR notation.
|
void |
ServerCertificateScope.setDestinations(Collection<Address> destinations)
The destination IP addresses and address ranges to decrypt for inspection, in CIDR notation.
|
void |
MatchAttributes.setSources(Collection<Address> sources)
The source IP addresses and address ranges to inspect for, in CIDR notation.
|
void |
ServerCertificateScope.setSources(Collection<Address> sources)
The source IP addresses and address ranges to decrypt for inspection, in CIDR notation.
|
MatchAttributes |
MatchAttributes.withDestinations(Collection<Address> destinations)
The destination IP addresses and address ranges to inspect for, in CIDR notation.
|
ServerCertificateScope |
ServerCertificateScope.withDestinations(Collection<Address> destinations)
The destination IP addresses and address ranges to decrypt for inspection, in CIDR notation.
|
MatchAttributes |
MatchAttributes.withSources(Collection<Address> sources)
The source IP addresses and address ranges to inspect for, in CIDR notation.
|
ServerCertificateScope |
ServerCertificateScope.withSources(Collection<Address> sources)
The source IP addresses and address ranges to decrypt for inspection, in CIDR notation.
|
Copyright © 2024. All rights reserved.