Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<DeleteIpamResult> |
AbstractAmazonEC2Async.deleteIpamAsync(DeleteIpamRequest request,
AsyncHandler<DeleteIpamRequest,DeleteIpamResult> asyncHandler) |
Future<DeleteIpamResult> |
AmazonEC2Async.deleteIpamAsync(DeleteIpamRequest deleteIpamRequest,
AsyncHandler<DeleteIpamRequest,DeleteIpamResult> asyncHandler)
Delete an IPAM.
|
Future<DeleteIpamResult> |
AmazonEC2AsyncClient.deleteIpamAsync(DeleteIpamRequest request,
AsyncHandler<DeleteIpamRequest,DeleteIpamResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DeleteIpamRequest |
DeleteIpamRequest.clone() |
DeleteIpamRequest |
DeleteIpamRequest.withCascade(Boolean cascade)
Enables you to quickly delete an IPAM, private scopes, pools in private scopes, and any allocations in the pools
in private scopes.
|
DeleteIpamRequest |
DeleteIpamRequest.withIpamId(String ipamId)
The ID of the IPAM to delete.
|
Modifier and Type | Method and Description |
---|---|
Request<DeleteIpamRequest> |
DeleteIpamRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2022. All rights reserved.