Uses of Class
software.amazon.awssdk.services.ec2.model.GetIpamPoolAllocationsResponse
-
Packages that use GetIpamPoolAllocationsResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.paginators -
-
Uses of GetIpamPoolAllocationsResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return GetIpamPoolAllocationsResponse Modifier and Type Method Description default GetIpamPoolAllocationsResponseEc2Client. getIpamPoolAllocations(Consumer<GetIpamPoolAllocationsRequest.Builder> getIpamPoolAllocationsRequest)Get a list of all the CIDR allocations in an IPAM pool.default GetIpamPoolAllocationsResponseEc2Client. getIpamPoolAllocations(GetIpamPoolAllocationsRequest getIpamPoolAllocationsRequest)Get a list of all the CIDR allocations in an IPAM pool.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type GetIpamPoolAllocationsResponse Modifier and Type Method Description default CompletableFuture<GetIpamPoolAllocationsResponse>Ec2AsyncClient. getIpamPoolAllocations(Consumer<GetIpamPoolAllocationsRequest.Builder> getIpamPoolAllocationsRequest)Get a list of all the CIDR allocations in an IPAM pool.default CompletableFuture<GetIpamPoolAllocationsResponse>Ec2AsyncClient. getIpamPoolAllocations(GetIpamPoolAllocationsRequest getIpamPoolAllocationsRequest)Get a list of all the CIDR allocations in an IPAM pool. -
Uses of GetIpamPoolAllocationsResponse in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type GetIpamPoolAllocationsResponse Modifier and Type Method Description Iterator<GetIpamPoolAllocationsResponse>GetIpamPoolAllocationsIterable. iterator()Method parameters in software.amazon.awssdk.services.ec2.paginators with type arguments of type GetIpamPoolAllocationsResponse Modifier and Type Method Description voidGetIpamPoolAllocationsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetIpamPoolAllocationsResponse> subscriber)
-