| Package | Description |
|---|---|
| com.amazonaws.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
ServerCertificateScope |
ServerCertificateScope.clone() |
ServerCertificateScope |
ServerCertificateScope.withDestinationPorts(Collection<PortRange> destinationPorts)
The destination ports to decrypt for inspection, in Transmission Control Protocol (TCP) format.
|
ServerCertificateScope |
ServerCertificateScope.withDestinationPorts(PortRange... destinationPorts)
The destination ports to decrypt for inspection, in Transmission Control Protocol (TCP) format.
|
ServerCertificateScope |
ServerCertificateScope.withDestinations(Address... destinations)
The destination IP addresses and address ranges to decrypt for inspection, in CIDR notation.
|
ServerCertificateScope |
ServerCertificateScope.withDestinations(Collection<Address> destinations)
The destination IP addresses and address ranges to decrypt for inspection, in CIDR notation.
|
ServerCertificateScope |
ServerCertificateScope.withProtocols(Collection<Integer> protocols)
The protocols to decrypt for inspection, specified using each protocol's assigned internet protocol number
(IANA).
|
ServerCertificateScope |
ServerCertificateScope.withProtocols(Integer... protocols)
The protocols to decrypt for inspection, specified using each protocol's assigned internet protocol number
(IANA).
|
ServerCertificateScope |
ServerCertificateScope.withSourcePorts(Collection<PortRange> sourcePorts)
The source ports to decrypt for inspection, in Transmission Control Protocol (TCP) format.
|
ServerCertificateScope |
ServerCertificateScope.withSourcePorts(PortRange... sourcePorts)
The source ports to decrypt for inspection, in Transmission Control Protocol (TCP) format.
|
ServerCertificateScope |
ServerCertificateScope.withSources(Address... sources)
The source IP addresses and address ranges to decrypt for inspection, in CIDR notation.
|
ServerCertificateScope |
ServerCertificateScope.withSources(Collection<Address> sources)
The source IP addresses and address ranges to decrypt for inspection, in CIDR notation.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServerCertificateScope> |
ServerCertificateConfiguration.getScopes()
A list of scopes.
|
| Modifier and Type | Method and Description |
|---|---|
ServerCertificateConfiguration |
ServerCertificateConfiguration.withScopes(ServerCertificateScope... scopes)
A list of scopes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerCertificateConfiguration.setScopes(Collection<ServerCertificateScope> scopes)
A list of scopes.
|
ServerCertificateConfiguration |
ServerCertificateConfiguration.withScopes(Collection<ServerCertificateScope> scopes)
A list of scopes.
|
Copyright © 2024. All rights reserved.