Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
ReleaseIpamPoolAllocationResult |
AbstractAmazonEC2.releaseIpamPoolAllocation(ReleaseIpamPoolAllocationRequest request) |
ReleaseIpamPoolAllocationResult |
AmazonEC2Client.releaseIpamPoolAllocation(ReleaseIpamPoolAllocationRequest request)
Release an allocation within an IPAM pool.
|
ReleaseIpamPoolAllocationResult |
AmazonEC2.releaseIpamPoolAllocation(ReleaseIpamPoolAllocationRequest releaseIpamPoolAllocationRequest)
Release an allocation within an IPAM pool.
|
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 |
---|---|
ReleaseIpamPoolAllocationResult |
ReleaseIpamPoolAllocationResult.clone() |
ReleaseIpamPoolAllocationResult |
ReleaseIpamPoolAllocationResult.withSuccess(Boolean success)
Indicates if the release was successful.
|
Copyright © 2023. All rights reserved.