Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<ReleaseIpamPoolAllocationResult> |
AbstractAmazonEC2Async.releaseIpamPoolAllocationAsync(ReleaseIpamPoolAllocationRequest request,
AsyncHandler<ReleaseIpamPoolAllocationRequest,ReleaseIpamPoolAllocationResult> asyncHandler) |
Future<ReleaseIpamPoolAllocationResult> |
AmazonEC2Async.releaseIpamPoolAllocationAsync(ReleaseIpamPoolAllocationRequest releaseIpamPoolAllocationRequest,
AsyncHandler<ReleaseIpamPoolAllocationRequest,ReleaseIpamPoolAllocationResult> asyncHandler)
Release an allocation within an IPAM pool.
|
Future<ReleaseIpamPoolAllocationResult> |
AmazonEC2AsyncClient.releaseIpamPoolAllocationAsync(ReleaseIpamPoolAllocationRequest request,
AsyncHandler<ReleaseIpamPoolAllocationRequest,ReleaseIpamPoolAllocationResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ReleaseIpamPoolAllocationRequest |
ReleaseIpamPoolAllocationRequest.clone() |
ReleaseIpamPoolAllocationRequest |
ReleaseIpamPoolAllocationRequest.withCidr(String cidr)
The CIDR of the allocation you want to release.
|
ReleaseIpamPoolAllocationRequest |
ReleaseIpamPoolAllocationRequest.withIpamPoolAllocationId(String ipamPoolAllocationId)
The ID of the allocation.
|
ReleaseIpamPoolAllocationRequest |
ReleaseIpamPoolAllocationRequest.withIpamPoolId(String ipamPoolId)
The ID of the IPAM pool which contains the allocation you want to release.
|
Modifier and Type | Method and Description |
---|---|
Request<ReleaseIpamPoolAllocationRequest> |
ReleaseIpamPoolAllocationRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2022. All rights reserved.