Uses of Class
software.amazon.awssdk.services.networkfirewall.model.PortRange
-
Packages that use PortRange Package Description software.amazon.awssdk.services.networkfirewall.model -
-
Uses of PortRange in software.amazon.awssdk.services.networkfirewall.model
Methods in software.amazon.awssdk.services.networkfirewall.model that return types with arguments of type PortRange Modifier and Type Method 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.Methods in software.amazon.awssdk.services.networkfirewall.model with parameters of type PortRange Modifier and Type Method Description MatchAttributes.BuilderMatchAttributes.Builder. destinationPorts(PortRange... destinationPorts)The destination ports to inspect for.ServerCertificateScope.BuilderServerCertificateScope.Builder. destinationPorts(PortRange... destinationPorts)The destination ports to decrypt for inspection, in Transmission Control Protocol (TCP) format.MatchAttributes.BuilderMatchAttributes.Builder. sourcePorts(PortRange... sourcePorts)The source ports to inspect for.ServerCertificateScope.BuilderServerCertificateScope.Builder. sourcePorts(PortRange... sourcePorts)The source ports to decrypt for inspection, in Transmission Control Protocol (TCP) format.Method parameters in software.amazon.awssdk.services.networkfirewall.model with type arguments of type PortRange Modifier and Type Method Description MatchAttributes.BuilderMatchAttributes.Builder. destinationPorts(Collection<PortRange> destinationPorts)The destination ports to inspect for.ServerCertificateScope.BuilderServerCertificateScope.Builder. destinationPorts(Collection<PortRange> destinationPorts)The destination ports to decrypt for inspection, in Transmission Control Protocol (TCP) format.MatchAttributes.BuilderMatchAttributes.Builder. sourcePorts(Collection<PortRange> sourcePorts)The source ports to inspect for.ServerCertificateScope.BuilderServerCertificateScope.Builder. sourcePorts(Collection<PortRange> sourcePorts)The source ports to decrypt for inspection, in Transmission Control Protocol (TCP) format.
-