Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<WithdrawByoipCidrResult> |
AbstractAmazonEC2Async.withdrawByoipCidrAsync(WithdrawByoipCidrRequest request,
AsyncHandler<WithdrawByoipCidrRequest,WithdrawByoipCidrResult> asyncHandler) |
Future<WithdrawByoipCidrResult> |
AmazonEC2Async.withdrawByoipCidrAsync(WithdrawByoipCidrRequest withdrawByoipCidrRequest,
AsyncHandler<WithdrawByoipCidrRequest,WithdrawByoipCidrResult> asyncHandler)
Stops advertising an address range that is provisioned as an address pool.
|
Future<WithdrawByoipCidrResult> |
AmazonEC2AsyncClient.withdrawByoipCidrAsync(WithdrawByoipCidrRequest request,
AsyncHandler<WithdrawByoipCidrRequest,WithdrawByoipCidrResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
WithdrawByoipCidrRequest |
WithdrawByoipCidrRequest.clone() |
WithdrawByoipCidrRequest |
WithdrawByoipCidrRequest.withCidr(String cidr)
The address range, in CIDR notation.
|
Modifier and Type | Method and Description |
---|---|
Request<WithdrawByoipCidrRequest> |
WithdrawByoipCidrRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2021. All rights reserved.