Uses of Class
software.amazon.awssdk.services.securityhub.model.PortRange
-
Packages that use PortRange Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of PortRange in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return PortRange Modifier and Type Method Description PortRangeNetwork. openPortRange()The range of open ports that is present on the network.Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type PortRange Modifier and Type Method Description List<PortRange>NetworkPathComponentDetails. portRanges()A list of port ranges for the destination.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type PortRange Modifier and Type Method Description Network.BuilderNetwork.Builder. openPortRange(PortRange openPortRange)The range of open ports that is present on the network.NetworkPathComponentDetails.BuilderNetworkPathComponentDetails.Builder. portRanges(PortRange... portRanges)A list of port ranges for the destination.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type PortRange Modifier and Type Method Description NetworkPathComponentDetails.BuilderNetworkPathComponentDetails.Builder. portRanges(Collection<PortRange> portRanges)A list of port ranges for the destination.
-