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

Packages that use AssociateAddressResult
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 AssociateAddressResult in com.amazonaws.services.ec2
 

Methods in com.amazonaws.services.ec2 that return AssociateAddressResult
 AssociateAddressResult AmazonEC2Client.associateAddress(AssociateAddressRequest associateAddressRequest)
           Associates an Elastic IP address with an instance or a network interface.
 AssociateAddressResult AmazonEC2.associateAddress(AssociateAddressRequest associateAddressRequest)
           Associates an Elastic IP address with an instance or a network interface.
 

Methods in com.amazonaws.services.ec2 that return types with arguments of type AssociateAddressResult
 Future<AssociateAddressResult> AmazonEC2AsyncClient.associateAddressAsync(AssociateAddressRequest associateAddressRequest)
           Associates an Elastic IP address with an instance or a network interface.
 Future<AssociateAddressResult> AmazonEC2Async.associateAddressAsync(AssociateAddressRequest associateAddressRequest)
           Associates an Elastic IP address with an instance or a network interface.
 Future<AssociateAddressResult> AmazonEC2AsyncClient.associateAddressAsync(AssociateAddressRequest associateAddressRequest, AsyncHandler<AssociateAddressRequest,AssociateAddressResult> asyncHandler)
           Associates an Elastic IP address with an instance or a network interface.
 Future<AssociateAddressResult> AmazonEC2Async.associateAddressAsync(AssociateAddressRequest associateAddressRequest, AsyncHandler<AssociateAddressRequest,AssociateAddressResult> asyncHandler)
           Associates an Elastic IP address with an instance or a network interface.
 

Method parameters in com.amazonaws.services.ec2 with type arguments of type AssociateAddressResult
 Future<AssociateAddressResult> AmazonEC2AsyncClient.associateAddressAsync(AssociateAddressRequest associateAddressRequest, AsyncHandler<AssociateAddressRequest,AssociateAddressResult> asyncHandler)
           Associates an Elastic IP address with an instance or a network interface.
 Future<AssociateAddressResult> AmazonEC2Async.associateAddressAsync(AssociateAddressRequest associateAddressRequest, AsyncHandler<AssociateAddressRequest,AssociateAddressResult> asyncHandler)
           Associates an Elastic IP address with an instance or a network interface.
 

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

Methods in com.amazonaws.services.ec2.model that return AssociateAddressResult
 AssociateAddressResult AssociateAddressResult.withAssociationId(String associationId)
          [EC2-VPC] The ID that represents the association of the Elastic IP address with an instance.
 



Copyright © 2016. All rights reserved.