Uses of Class
software.amazon.awssdk.services.securityhub.model.RuleGroupSourceStatelessRuleMatchAttributesSources
-
Packages that use RuleGroupSourceStatelessRuleMatchAttributesSources Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of RuleGroupSourceStatelessRuleMatchAttributesSources in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type RuleGroupSourceStatelessRuleMatchAttributesSources Modifier and Type Method Description List<RuleGroupSourceStatelessRuleMatchAttributesSources>RuleGroupSourceStatelessRuleMatchAttributes. sources()The source IP addresses and address ranges to inspect for, in CIDR notation.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type RuleGroupSourceStatelessRuleMatchAttributesSources Modifier and Type Method Description RuleGroupSourceStatelessRuleMatchAttributes.BuilderRuleGroupSourceStatelessRuleMatchAttributes.Builder. sources(RuleGroupSourceStatelessRuleMatchAttributesSources... sources)The source IP addresses and address ranges to inspect for, in CIDR notation.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type RuleGroupSourceStatelessRuleMatchAttributesSources Modifier and Type Method Description RuleGroupSourceStatelessRuleMatchAttributes.BuilderRuleGroupSourceStatelessRuleMatchAttributes.Builder. sources(Collection<RuleGroupSourceStatelessRuleMatchAttributesSources> sources)The source IP addresses and address ranges to inspect for, in CIDR notation.
-