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