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