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

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

Methods in com.amazonaws.services.ec2 that return AllocateAddressResult
 AllocateAddressResult AmazonEC2Client.allocateAddress()
           Acquires an Elastic IP address.
 AllocateAddressResult AmazonEC2.allocateAddress()
           Acquires an Elastic IP address.
 AllocateAddressResult AmazonEC2Client.allocateAddress(AllocateAddressRequest allocateAddressRequest)
           Acquires an Elastic IP address.
 AllocateAddressResult AmazonEC2.allocateAddress(AllocateAddressRequest allocateAddressRequest)
           Acquires an Elastic IP address.
 

Methods in com.amazonaws.services.ec2 that return types with arguments of type AllocateAddressResult
 Future<AllocateAddressResult> AmazonEC2AsyncClient.allocateAddressAsync(AllocateAddressRequest allocateAddressRequest)
           Acquires an Elastic IP address.
 Future<AllocateAddressResult> AmazonEC2Async.allocateAddressAsync(AllocateAddressRequest allocateAddressRequest)
           Acquires an Elastic IP address.
 Future<AllocateAddressResult> AmazonEC2AsyncClient.allocateAddressAsync(AllocateAddressRequest allocateAddressRequest, AsyncHandler<AllocateAddressRequest,AllocateAddressResult> asyncHandler)
           Acquires an Elastic IP address.
 Future<AllocateAddressResult> AmazonEC2Async.allocateAddressAsync(AllocateAddressRequest allocateAddressRequest, AsyncHandler<AllocateAddressRequest,AllocateAddressResult> asyncHandler)
           Acquires an Elastic IP address.
 

Method parameters in com.amazonaws.services.ec2 with type arguments of type AllocateAddressResult
 Future<AllocateAddressResult> AmazonEC2AsyncClient.allocateAddressAsync(AllocateAddressRequest allocateAddressRequest, AsyncHandler<AllocateAddressRequest,AllocateAddressResult> asyncHandler)
           Acquires an Elastic IP address.
 Future<AllocateAddressResult> AmazonEC2Async.allocateAddressAsync(AllocateAddressRequest allocateAddressRequest, AsyncHandler<AllocateAddressRequest,AllocateAddressResult> asyncHandler)
           Acquires an Elastic IP address.
 

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

Methods in com.amazonaws.services.ec2.model that return AllocateAddressResult
 AllocateAddressResult AllocateAddressResult.withAllocationId(String allocationId)
          [EC2-VPC] The ID that AWS assigns to represent the allocation of the Elastic IP address for use with instances in a VPC.
 AllocateAddressResult AllocateAddressResult.withDomain(DomainType domain)
          Indicates whether this Elastic IP address is for use with instances in EC2-Classic (standard) or instances in a VPC (vpc).
 AllocateAddressResult AllocateAddressResult.withDomain(String domain)
          Indicates whether this Elastic IP address is for use with instances in EC2-Classic (standard) or instances in a VPC (vpc).
 AllocateAddressResult AllocateAddressResult.withPublicIp(String publicIp)
          The Elastic IP address.
 



Copyright © 2016. All rights reserved.