Uses of Class
software.amazon.awssdk.services.ec2.model.IpamPolicyAllocationRule
Packages that use IpamPolicyAllocationRule
-
Uses of IpamPolicyAllocationRule in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type IpamPolicyAllocationRuleModifier and TypeMethodDescriptionfinal List<IpamPolicyAllocationRule>IpamPolicyDocument.allocationRules()The allocation rules in the IPAM policy document.Methods in software.amazon.awssdk.services.ec2.model with parameters of type IpamPolicyAllocationRuleModifier and TypeMethodDescriptionIpamPolicyDocument.Builder.allocationRules(IpamPolicyAllocationRule... allocationRules) The allocation rules in the IPAM policy document.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type IpamPolicyAllocationRuleModifier and TypeMethodDescriptionIpamPolicyDocument.Builder.allocationRules(Collection<IpamPolicyAllocationRule> allocationRules) The allocation rules in the IPAM policy document.