Uses of Class
software.amazon.awssdk.services.ec2.model.ReleaseIpamPoolAllocationResponse
-
Packages that use ReleaseIpamPoolAllocationResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of ReleaseIpamPoolAllocationResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return ReleaseIpamPoolAllocationResponse Modifier and Type Method Description default ReleaseIpamPoolAllocationResponseEc2Client. releaseIpamPoolAllocation(Consumer<ReleaseIpamPoolAllocationRequest.Builder> releaseIpamPoolAllocationRequest)Release an allocation within an IPAM pool.default ReleaseIpamPoolAllocationResponseEc2Client. releaseIpamPoolAllocation(ReleaseIpamPoolAllocationRequest releaseIpamPoolAllocationRequest)Release an allocation within an IPAM pool.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type ReleaseIpamPoolAllocationResponse Modifier and Type Method Description default CompletableFuture<ReleaseIpamPoolAllocationResponse>Ec2AsyncClient. releaseIpamPoolAllocation(Consumer<ReleaseIpamPoolAllocationRequest.Builder> releaseIpamPoolAllocationRequest)Release an allocation within an IPAM pool.default CompletableFuture<ReleaseIpamPoolAllocationResponse>Ec2AsyncClient. releaseIpamPoolAllocation(ReleaseIpamPoolAllocationRequest releaseIpamPoolAllocationRequest)Release an allocation within an IPAM pool.
-