Uses of Class
software.amazon.awssdk.services.ec2.model.IpamPrefixListResolverRuleConditionRequest
Packages that use IpamPrefixListResolverRuleConditionRequest
-
Uses of IpamPrefixListResolverRuleConditionRequest in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type IpamPrefixListResolverRuleConditionRequestModifier and TypeMethodDescriptionIpamPrefixListResolverRuleRequest.conditions()The conditions that determine which CIDRs are selected by this rule.Methods in software.amazon.awssdk.services.ec2.model with parameters of type IpamPrefixListResolverRuleConditionRequestModifier and TypeMethodDescriptionIpamPrefixListResolverRuleRequest.Builder.conditions(IpamPrefixListResolverRuleConditionRequest... 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 IpamPrefixListResolverRuleConditionRequestModifier and TypeMethodDescriptionIpamPrefixListResolverRuleRequest.Builder.conditions(Collection<IpamPrefixListResolverRuleConditionRequest> conditions) The conditions that determine which CIDRs are selected by this rule.