Uses of Class
software.amazon.awssdk.services.ec2.model.IpamPrefixListResolverRuleCondition
Packages that use IpamPrefixListResolverRuleCondition
-
Uses of IpamPrefixListResolverRuleCondition in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type IpamPrefixListResolverRuleConditionModifier and TypeMethodDescriptionIpamPrefixListResolverRule.conditions()The conditions that determine which CIDRs are selected by this rule.Methods in software.amazon.awssdk.services.ec2.model with parameters of type IpamPrefixListResolverRuleConditionModifier and TypeMethodDescriptionIpamPrefixListResolverRule.Builder.conditions(IpamPrefixListResolverRuleCondition... conditions) The conditions that determine which CIDRs are selected by this rule.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type IpamPrefixListResolverRuleConditionModifier and TypeMethodDescriptionIpamPrefixListResolverRule.Builder.conditions(Collection<IpamPrefixListResolverRuleCondition> conditions) The conditions that determine which CIDRs are selected by this rule.