Uses of Class
software.amazon.awssdk.services.ec2.model.GetIpamPoolAllocationsRequest
-
Packages that use GetIpamPoolAllocationsRequest Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.paginators software.amazon.awssdk.services.ec2.transform -
-
Uses of GetIpamPoolAllocationsRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type GetIpamPoolAllocationsRequest Modifier and Type Method Description default CompletableFuture<GetIpamPoolAllocationsResponse>Ec2AsyncClient. getIpamPoolAllocations(GetIpamPoolAllocationsRequest 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.default GetIpamPoolAllocationsPublisherEc2AsyncClient. getIpamPoolAllocationsPaginator(GetIpamPoolAllocationsRequest getIpamPoolAllocationsRequest)Get a list of all the CIDR allocations in an IPAM pool.default GetIpamPoolAllocationsIterableEc2Client. getIpamPoolAllocationsPaginator(GetIpamPoolAllocationsRequest getIpamPoolAllocationsRequest)Get a list of all the CIDR allocations in an IPAM pool. -
Uses of GetIpamPoolAllocationsRequest in software.amazon.awssdk.services.ec2.paginators
Constructors in software.amazon.awssdk.services.ec2.paginators with parameters of type GetIpamPoolAllocationsRequest Constructor Description GetIpamPoolAllocationsIterable(Ec2Client client, GetIpamPoolAllocationsRequest firstRequest)GetIpamPoolAllocationsPublisher(Ec2AsyncClient client, GetIpamPoolAllocationsRequest firstRequest) -
Uses of GetIpamPoolAllocationsRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type GetIpamPoolAllocationsRequest Modifier and Type Method Description SdkHttpFullRequestGetIpamPoolAllocationsRequestMarshaller. marshall(GetIpamPoolAllocationsRequest getIpamPoolAllocationsRequest)
-