Uses of Class
software.amazon.awssdk.services.securityhub.model.RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts
-
Packages that use RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts Modifier and Type Method Description List<RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts>RuleGroupSourceStatelessRuleMatchAttributes. destinationPorts()A list of port ranges to specify the destination ports to inspect for.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts Modifier and Type Method Description RuleGroupSourceStatelessRuleMatchAttributes.BuilderRuleGroupSourceStatelessRuleMatchAttributes.Builder. destinationPorts(RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts... destinationPorts)A list of port ranges to specify the destination ports to inspect for.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts Modifier and Type Method Description RuleGroupSourceStatelessRuleMatchAttributes.BuilderRuleGroupSourceStatelessRuleMatchAttributes.Builder. destinationPorts(Collection<RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts> destinationPorts)A list of port ranges to specify the destination ports to inspect for.
-