| Package | Description |
|---|---|
| com.amazonaws.services.ec2 |
|
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteCoipCidrResult> |
AmazonEC2AsyncClient.deleteCoipCidrAsync(DeleteCoipCidrRequest request,
AsyncHandler<DeleteCoipCidrRequest,DeleteCoipCidrResult> asyncHandler) |
Future<DeleteCoipCidrResult> |
AbstractAmazonEC2Async.deleteCoipCidrAsync(DeleteCoipCidrRequest request,
AsyncHandler<DeleteCoipCidrRequest,DeleteCoipCidrResult> asyncHandler) |
Future<DeleteCoipCidrResult> |
AmazonEC2Async.deleteCoipCidrAsync(DeleteCoipCidrRequest deleteCoipCidrRequest,
AsyncHandler<DeleteCoipCidrRequest,DeleteCoipCidrResult> asyncHandler)
Deletes a range of customer-owned IP addresses.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteCoipCidrRequest |
DeleteCoipCidrRequest.clone() |
DeleteCoipCidrRequest |
DeleteCoipCidrRequest.withCidr(String cidr)
A customer-owned IP address range that you want to delete.
|
DeleteCoipCidrRequest |
DeleteCoipCidrRequest.withCoipPoolId(String coipPoolId)
The ID of the customer-owned address pool.
|
| Modifier and Type | Method and Description |
|---|---|
Request<DeleteCoipCidrRequest> |
DeleteCoipCidrRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2025. All rights reserved.