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