Uses of Class
software.amazon.awssdk.services.ec2.model.GetIpamPoolAllocationsRequest
Packages that use GetIpamPoolAllocationsRequest
Package
Description
-
Uses of GetIpamPoolAllocationsRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type GetIpamPoolAllocationsRequestModifier and TypeMethodDescriptionEc2AsyncClient.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) This is a variant ofEc2AsyncClient.getIpamPoolAllocations(software.amazon.awssdk.services.ec2.model.GetIpamPoolAllocationsRequest)operation.default GetIpamPoolAllocationsIterableEc2Client.getIpamPoolAllocationsPaginator(GetIpamPoolAllocationsRequest getIpamPoolAllocationsRequest) This is a variant ofEc2Client.getIpamPoolAllocations(software.amazon.awssdk.services.ec2.model.GetIpamPoolAllocationsRequest)operation. -
Uses of GetIpamPoolAllocationsRequest in software.amazon.awssdk.services.ec2.paginators
Constructors in software.amazon.awssdk.services.ec2.paginators with parameters of type GetIpamPoolAllocationsRequestModifierConstructorDescriptionGetIpamPoolAllocationsIterable(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 GetIpamPoolAllocationsRequestModifier and TypeMethodDescriptionGetIpamPoolAllocationsRequestMarshaller.marshall(GetIpamPoolAllocationsRequest getIpamPoolAllocationsRequest)