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