Uses of Class
software.amazon.awssdk.services.ec2.model.ReleaseIpamPoolAllocationResponse
Packages that use ReleaseIpamPoolAllocationResponse
-
Uses of ReleaseIpamPoolAllocationResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return ReleaseIpamPoolAllocationResponseModifier and TypeMethodDescriptionEc2Client.releaseIpamPoolAllocation(Consumer<ReleaseIpamPoolAllocationRequest.Builder> releaseIpamPoolAllocationRequest) Release an allocation within an IPAM pool.Ec2Client.releaseIpamPoolAllocation(ReleaseIpamPoolAllocationRequest releaseIpamPoolAllocationRequest) Release an allocation within an IPAM pool.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type ReleaseIpamPoolAllocationResponseModifier and TypeMethodDescriptionEc2AsyncClient.releaseIpamPoolAllocation(Consumer<ReleaseIpamPoolAllocationRequest.Builder> releaseIpamPoolAllocationRequest) Release an allocation within an IPAM pool.Ec2AsyncClient.releaseIpamPoolAllocation(ReleaseIpamPoolAllocationRequest releaseIpamPoolAllocationRequest) Release an allocation within an IPAM pool.