Uses of Class
software.amazon.awssdk.services.ec2.model.AllocateIpamPoolCidrResponse
Packages that use AllocateIpamPoolCidrResponse
-
Uses of AllocateIpamPoolCidrResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return AllocateIpamPoolCidrResponseModifier and TypeMethodDescriptiondefault AllocateIpamPoolCidrResponseEc2Client.allocateIpamPoolCidr(Consumer<AllocateIpamPoolCidrRequest.Builder> allocateIpamPoolCidrRequest) Allocate a CIDR from an IPAM pool.default AllocateIpamPoolCidrResponseEc2Client.allocateIpamPoolCidr(AllocateIpamPoolCidrRequest allocateIpamPoolCidrRequest) Allocate a CIDR from an IPAM pool.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type AllocateIpamPoolCidrResponseModifier and TypeMethodDescriptionEc2AsyncClient.allocateIpamPoolCidr(Consumer<AllocateIpamPoolCidrRequest.Builder> allocateIpamPoolCidrRequest) Allocate a CIDR from an IPAM pool.Ec2AsyncClient.allocateIpamPoolCidr(AllocateIpamPoolCidrRequest allocateIpamPoolCidrRequest) Allocate a CIDR from an IPAM pool.