Uses of Class
software.amazon.awssdk.services.ec2.model.IpamPrefixListResolverRuleCondition
-
Packages that use IpamPrefixListResolverRuleCondition Package Description software.amazon.awssdk.services.ec2.model -
-
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 IpamPrefixListResolverRuleCondition Modifier and Type Method Description List<IpamPrefixListResolverRuleCondition>IpamPrefixListResolverRule. conditions()The conditions that determine which CIDRs are selected by this rule.Methods in software.amazon.awssdk.services.ec2.model with parameters of type IpamPrefixListResolverRuleCondition Modifier and Type Method Description IpamPrefixListResolverRule.BuilderIpamPrefixListResolverRule.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 IpamPrefixListResolverRuleCondition Modifier and Type Method Description IpamPrefixListResolverRule.BuilderIpamPrefixListResolverRule.Builder. conditions(Collection<IpamPrefixListResolverRuleCondition> conditions)The conditions that determine which CIDRs are selected by this rule.
-