Uses of Interface
software.amazon.awssdk.services.ec2.model.RuleGroupTypePair.Builder
-
Packages that use RuleGroupTypePair.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of RuleGroupTypePair.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return RuleGroupTypePair.Builder Modifier and Type Method Description static RuleGroupTypePair.BuilderRuleGroupTypePair. builder()RuleGroupTypePair.BuilderRuleGroupTypePair.Builder. ruleGroupArn(String ruleGroupArn)The ARN of the rule group.RuleGroupTypePair.BuilderRuleGroupTypePair.Builder. ruleGroupType(String ruleGroupType)The rule group type.RuleGroupTypePair.BuilderRuleGroupTypePair. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type RuleGroupTypePair.Builder Modifier and Type Method Description static Class<? extends RuleGroupTypePair.Builder>RuleGroupTypePair. serializableBuilderClass()
-