Uses of Class
software.amazon.awssdk.services.ec2.model.ModifyIpamPolicyAllocationRulesResponse
Packages that use ModifyIpamPolicyAllocationRulesResponse
-
Uses of ModifyIpamPolicyAllocationRulesResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return ModifyIpamPolicyAllocationRulesResponseModifier and TypeMethodDescriptionEc2Client.modifyIpamPolicyAllocationRules(Consumer<ModifyIpamPolicyAllocationRulesRequest.Builder> modifyIpamPolicyAllocationRulesRequest) Modifies the allocation rules in an IPAM policy.Ec2Client.modifyIpamPolicyAllocationRules(ModifyIpamPolicyAllocationRulesRequest modifyIpamPolicyAllocationRulesRequest) Modifies the allocation rules in an IPAM policy.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type ModifyIpamPolicyAllocationRulesResponseModifier and TypeMethodDescriptionEc2AsyncClient.modifyIpamPolicyAllocationRules(Consumer<ModifyIpamPolicyAllocationRulesRequest.Builder> modifyIpamPolicyAllocationRulesRequest) Modifies the allocation rules in an IPAM policy.Ec2AsyncClient.modifyIpamPolicyAllocationRules(ModifyIpamPolicyAllocationRulesRequest modifyIpamPolicyAllocationRulesRequest) Modifies the allocation rules in an IPAM policy.