Uses of Class
software.amazon.awssdk.services.ec2.model.RuleOption
-
Packages that use RuleOption Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of RuleOption in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type RuleOption Modifier and Type Method Description List<RuleOption>AdditionalDetail. ruleOptions()The rule options.List<RuleOption>RuleGroupRuleOptionsPair. ruleOptions()The rule options.Methods in software.amazon.awssdk.services.ec2.model with parameters of type RuleOption Modifier and Type Method Description AdditionalDetail.BuilderAdditionalDetail.Builder. ruleOptions(RuleOption... ruleOptions)The rule options.RuleGroupRuleOptionsPair.BuilderRuleGroupRuleOptionsPair.Builder. ruleOptions(RuleOption... ruleOptions)The rule options.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type RuleOption Modifier and Type Method Description AdditionalDetail.BuilderAdditionalDetail.Builder. ruleOptions(Collection<RuleOption> ruleOptions)The rule options.RuleGroupRuleOptionsPair.BuilderRuleGroupRuleOptionsPair.Builder. ruleOptions(Collection<RuleOption> ruleOptions)The rule options.
-