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

Packages that use AllocateAddressRequest
com.amazonaws.services.ec2 Synchronous and asynchronous client classes for accessing AmazonEC2. 
 

Uses of AllocateAddressRequest in com.amazonaws.services.ec2
 

Methods in com.amazonaws.services.ec2 with parameters of type AllocateAddressRequest
 AllocateAddressResult AmazonEC2.allocateAddress(AllocateAddressRequest allocateAddressRequest)
           The AllocateAddress operation acquires an elastic IP address for use with your account.
 AllocateAddressResult AmazonEC2Client.allocateAddress(AllocateAddressRequest allocateAddressRequest)
           The AllocateAddress operation acquires an elastic IP address for use with your account.
 Future<AllocateAddressResult> AmazonEC2AsyncClient.allocateAddressAsync(AllocateAddressRequest allocateAddressRequest)
           The AllocateAddress operation acquires an elastic IP address for use with your account.
 Future<AllocateAddressResult> AmazonEC2Async.allocateAddressAsync(AllocateAddressRequest allocateAddressRequest)
           The AllocateAddress operation acquires an elastic IP address for use with your account.
 



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