Uses of Class
software.amazon.awssdk.services.ec2.model.RuleGroupRuleOptionsPair
Packages that use RuleGroupRuleOptionsPair
-
Uses of RuleGroupRuleOptionsPair in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type RuleGroupRuleOptionsPairModifier and TypeMethodDescriptionfinal List<RuleGroupRuleOptionsPair>AdditionalDetail.ruleGroupRuleOptionsPairs()The rule options.Methods in software.amazon.awssdk.services.ec2.model with parameters of type RuleGroupRuleOptionsPairModifier and TypeMethodDescriptionAdditionalDetail.Builder.ruleGroupRuleOptionsPairs(RuleGroupRuleOptionsPair... ruleGroupRuleOptionsPairs) The rule options.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type RuleGroupRuleOptionsPairModifier and TypeMethodDescriptionAdditionalDetail.Builder.ruleGroupRuleOptionsPairs(Collection<RuleGroupRuleOptionsPair> ruleGroupRuleOptionsPairs) The rule options.