Uses of Class
software.amazon.awssdk.services.ec2.model.IpamPolicyAllocationRuleRequest
Packages that use IpamPolicyAllocationRuleRequest
-
Uses of IpamPolicyAllocationRuleRequest in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type IpamPolicyAllocationRuleRequestModifier and TypeMethodDescriptionModifyIpamPolicyAllocationRulesRequest.allocationRules()The new allocation rules to apply to the IPAM policy.Methods in software.amazon.awssdk.services.ec2.model with parameters of type IpamPolicyAllocationRuleRequestModifier and TypeMethodDescriptionModifyIpamPolicyAllocationRulesRequest.Builder.allocationRules(IpamPolicyAllocationRuleRequest... allocationRules) The new allocation rules to apply to the IPAM policy.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type IpamPolicyAllocationRuleRequestModifier and TypeMethodDescriptionModifyIpamPolicyAllocationRulesRequest.Builder.allocationRules(Collection<IpamPolicyAllocationRuleRequest> allocationRules) The new allocation rules to apply to the IPAM policy.