Uses of Class
software.amazon.awssdk.services.ec2.model.IpamPolicyAllocationRule
-
Packages that use IpamPolicyAllocationRule Package Description software.amazon.awssdk.services.ec2.model -
-
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 IpamPolicyAllocationRule Modifier and Type Method Description List<IpamPolicyAllocationRule>IpamPolicyDocument. allocationRules()The allocation rules in the IPAM policy document.Methods in software.amazon.awssdk.services.ec2.model with parameters of type IpamPolicyAllocationRule Modifier and Type Method Description IpamPolicyDocument.BuilderIpamPolicyDocument.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 IpamPolicyAllocationRule Modifier and Type Method Description IpamPolicyDocument.BuilderIpamPolicyDocument.Builder. allocationRules(Collection<IpamPolicyAllocationRule> allocationRules)The allocation rules in the IPAM policy document.
-