Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<DeleteIpamScopeResult> |
AbstractAmazonEC2Async.deleteIpamScopeAsync(DeleteIpamScopeRequest request,
AsyncHandler<DeleteIpamScopeRequest,DeleteIpamScopeResult> asyncHandler) |
Future<DeleteIpamScopeResult> |
AmazonEC2AsyncClient.deleteIpamScopeAsync(DeleteIpamScopeRequest request,
AsyncHandler<DeleteIpamScopeRequest,DeleteIpamScopeResult> asyncHandler) |
Future<DeleteIpamScopeResult> |
AmazonEC2Async.deleteIpamScopeAsync(DeleteIpamScopeRequest deleteIpamScopeRequest,
AsyncHandler<DeleteIpamScopeRequest,DeleteIpamScopeResult> asyncHandler)
Delete the scope for an IPAM.
|
Modifier and Type | Method and Description |
---|---|
DeleteIpamScopeRequest |
DeleteIpamScopeRequest.clone() |
DeleteIpamScopeRequest |
DeleteIpamScopeRequest.withIpamScopeId(String ipamScopeId)
The ID of the scope to delete.
|
Modifier and Type | Method and Description |
---|---|
Request<DeleteIpamScopeRequest> |
DeleteIpamScopeRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2023. All rights reserved.