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 AmazonEC2Client.disassociateAddress(DisassociateAddressRequest disassociateAddressRequest)
           Disassociates an Elastic IP address from the instance or network interface it's associated with.
 void AmazonEC2.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.
 

Method parameters in com.amazonaws.services.ec2 with type arguments of type DisassociateAddressRequest
 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.
 

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

Methods in com.amazonaws.services.ec2.model that return DisassociateAddressRequest
 DisassociateAddressRequest DisassociateAddressRequest.withAssociationId(String associationId)
          [EC2-VPC] The association ID.
 DisassociateAddressRequest DisassociateAddressRequest.withPublicIp(String publicIp)
          [EC2-Classic] The Elastic IP address.
 

Methods in com.amazonaws.services.ec2.model that return types with arguments of type DisassociateAddressRequest
 Request<DisassociateAddressRequest> DisassociateAddressRequest.getDryRunRequest()
          This method is intended for internal use only.
 



Copyright © 2016. All rights reserved.