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