Uses of Class
software.amazon.awssdk.services.ec2.model.GetIpamPolicyAllocationRulesResponse
-
Packages that use GetIpamPolicyAllocationRulesResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of GetIpamPolicyAllocationRulesResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return GetIpamPolicyAllocationRulesResponse Modifier and Type Method Description default GetIpamPolicyAllocationRulesResponseEc2Client. getIpamPolicyAllocationRules(Consumer<GetIpamPolicyAllocationRulesRequest.Builder> getIpamPolicyAllocationRulesRequest)Gets the allocation rules for an IPAM policy.default GetIpamPolicyAllocationRulesResponseEc2Client. getIpamPolicyAllocationRules(GetIpamPolicyAllocationRulesRequest getIpamPolicyAllocationRulesRequest)Gets the allocation rules for an IPAM policy.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type GetIpamPolicyAllocationRulesResponse Modifier and Type Method Description default CompletableFuture<GetIpamPolicyAllocationRulesResponse>Ec2AsyncClient. getIpamPolicyAllocationRules(Consumer<GetIpamPolicyAllocationRulesRequest.Builder> getIpamPolicyAllocationRulesRequest)Gets the allocation rules for an IPAM policy.default CompletableFuture<GetIpamPolicyAllocationRulesResponse>Ec2AsyncClient. getIpamPolicyAllocationRules(GetIpamPolicyAllocationRulesRequest getIpamPolicyAllocationRulesRequest)Gets the allocation rules for an IPAM policy.
-