Uses of Class
com.amazonaws.services.ec2.model.DisassociateAddressRequest

Packages that use DisassociateAddressRequest
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. 
 

Uses of DisassociateAddressRequest in com.amazonaws.services.ec2
 

Methods in com.amazonaws.services.ec2 with parameters of type DisassociateAddressRequest
 void AmazonEC2.disassociateAddress(DisassociateAddressRequest disassociateAddressRequest)
           The DisassociateAddress operation disassociates the specified elastic IP address from the instance to which it is assigned.
 void AmazonEC2Client.disassociateAddress(DisassociateAddressRequest disassociateAddressRequest)
           The DisassociateAddress operation disassociates the specified elastic IP address from the instance to which it is assigned.
 Future<Void> AmazonEC2AsyncClient.disassociateAddressAsync(DisassociateAddressRequest disassociateAddressRequest)
           The DisassociateAddress operation disassociates the specified elastic IP address from the instance to which it is assigned.
 Future<Void> AmazonEC2Async.disassociateAddressAsync(DisassociateAddressRequest disassociateAddressRequest)
           The DisassociateAddress operation disassociates the specified elastic IP address from the instance to which it is assigned.
 

Uses of DisassociateAddressRequest in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return DisassociateAddressRequest
 DisassociateAddressRequest DisassociateAddressRequest.withPublicIp(String publicIp)
          The elastic IP address that you are disassociating from the instance.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.