| Package | Description |
|---|---|
| software.amazon.awssdk.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
List<PortRange> |
MatchAttributes.destinationPorts()
The destination ports to inspect for.
|
List<PortRange> |
ServerCertificateScope.destinationPorts()
The destination ports to decrypt for inspection, in Transmission Control Protocol (TCP) format.
|
List<PortRange> |
MatchAttributes.sourcePorts()
The source ports to inspect for.
|
List<PortRange> |
ServerCertificateScope.sourcePorts()
The source ports to decrypt for inspection, in Transmission Control Protocol (TCP) format.
|
| Modifier and Type | Method and Description |
|---|---|
MatchAttributes.Builder |
MatchAttributes.Builder.destinationPorts(PortRange... destinationPorts)
The destination ports to inspect for.
|
ServerCertificateScope.Builder |
ServerCertificateScope.Builder.destinationPorts(PortRange... destinationPorts)
The destination ports to decrypt for inspection, in Transmission Control Protocol (TCP) format.
|
MatchAttributes.Builder |
MatchAttributes.Builder.sourcePorts(PortRange... sourcePorts)
The source ports to inspect for.
|
ServerCertificateScope.Builder |
ServerCertificateScope.Builder.sourcePorts(PortRange... sourcePorts)
The source ports to decrypt for inspection, in Transmission Control Protocol (TCP) format.
|
| Modifier and Type | Method and Description |
|---|---|
MatchAttributes.Builder |
MatchAttributes.Builder.destinationPorts(Collection<PortRange> destinationPorts)
The destination ports to inspect for.
|
ServerCertificateScope.Builder |
ServerCertificateScope.Builder.destinationPorts(Collection<PortRange> destinationPorts)
The destination ports to decrypt for inspection, in Transmission Control Protocol (TCP) format.
|
MatchAttributes.Builder |
MatchAttributes.Builder.sourcePorts(Collection<PortRange> sourcePorts)
The source ports to inspect for.
|
ServerCertificateScope.Builder |
ServerCertificateScope.Builder.sourcePorts(Collection<PortRange> sourcePorts)
The source ports to decrypt for inspection, in Transmission Control Protocol (TCP) format.
|
Copyright © 2023. All rights reserved.