Package | Description |
---|---|
com.amazonaws.services.ec2 |
Synchronous and asynchronous client classes for accessing AmazonEC2.
|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
void |
AmazonEC2.disassociateAddress(DisassociateAddressRequest disassociateAddressRequest)
Disassociates an Elastic IP address from the instance or network
interface it's associated with.
|
void |
AmazonEC2Client.disassociateAddress(DisassociateAddressRequest disassociateAddressRequest)
Disassociates an Elastic IP address from the instance or network
interface it's associated with.
|
Future<Void> |
AmazonEC2AsyncClient.disassociateAddressAsync(DisassociateAddressRequest disassociateAddressRequest)
Disassociates an Elastic IP address from the instance or network
interface it's associated with.
|
Future<Void> |
AmazonEC2Async.disassociateAddressAsync(DisassociateAddressRequest disassociateAddressRequest)
Disassociates an Elastic IP address from the instance or network
interface it's associated with.
|
Future<Void> |
AmazonEC2AsyncClient.disassociateAddressAsync(DisassociateAddressRequest disassociateAddressRequest,
AsyncHandler<DisassociateAddressRequest,Void> asyncHandler)
Disassociates an Elastic IP address from the instance or network
interface it's associated with.
|
Future<Void> |
AmazonEC2Async.disassociateAddressAsync(DisassociateAddressRequest disassociateAddressRequest,
AsyncHandler<DisassociateAddressRequest,Void> asyncHandler)
Disassociates an Elastic IP address from the instance or network
interface it's associated with.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonEC2AsyncClient.disassociateAddressAsync(DisassociateAddressRequest disassociateAddressRequest,
AsyncHandler<DisassociateAddressRequest,Void> asyncHandler)
Disassociates an Elastic IP address from the instance or network
interface it's associated with.
|
Future<Void> |
AmazonEC2Async.disassociateAddressAsync(DisassociateAddressRequest disassociateAddressRequest,
AsyncHandler<DisassociateAddressRequest,Void> asyncHandler)
Disassociates an Elastic IP address from the instance or network
interface it's associated with.
|
Modifier and Type | Method and Description |
---|---|
DisassociateAddressRequest |
DisassociateAddressRequest.withAssociationId(String associationId)
[EC2-VPC] The association ID.
|
DisassociateAddressRequest |
DisassociateAddressRequest.withPublicIp(String publicIp)
[EC2-Classic] The Elastic IP address.
|
Modifier and Type | Method and Description |
---|---|
Request<DisassociateAddressRequest> |
DisassociateAddressRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2014. All rights reserved.