Uses of Class
software.amazon.awssdk.services.ec2.model.RuleGroupRuleOptionsPair
-
Packages that use RuleGroupRuleOptionsPair Package Description software.amazon.awssdk.services.ec2.model -
-
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 RuleGroupRuleOptionsPair Modifier and Type Method Description List<RuleGroupRuleOptionsPair>AdditionalDetail. ruleGroupRuleOptionsPairs()The rule options.Methods in software.amazon.awssdk.services.ec2.model with parameters of type RuleGroupRuleOptionsPair Modifier and Type Method Description AdditionalDetail.BuilderAdditionalDetail.Builder. ruleGroupRuleOptionsPairs(RuleGroupRuleOptionsPair... ruleGroupRuleOptionsPairs)The rule options.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type RuleGroupRuleOptionsPair Modifier and Type Method Description AdditionalDetail.BuilderAdditionalDetail.Builder. ruleGroupRuleOptionsPairs(Collection<RuleGroupRuleOptionsPair> ruleGroupRuleOptionsPairs)The rule options.
-