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

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

Methods in com.amazonaws.services.ec2 with parameters of type AssociateAddressRequest
 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.
 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 AssociateAddressRequest
 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 AssociateAddressRequest in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return AssociateAddressRequest
 AssociateAddressRequest AssociateAddressRequest.withAllocationId(String allocationId)
          [EC2-VPC] The allocation ID.
 AssociateAddressRequest AssociateAddressRequest.withAllowReassociation(Boolean allowReassociation)
          [EC2-VPC] Allows an Elastic IP address that is already associated with an instance or network interface to be re-associated with the specified instance or network interface.
 AssociateAddressRequest AssociateAddressRequest.withInstanceId(String instanceId)
          The ID of the instance.
 AssociateAddressRequest AssociateAddressRequest.withNetworkInterfaceId(String networkInterfaceId)
          [EC2-VPC] The ID of the network interface.
 AssociateAddressRequest AssociateAddressRequest.withPrivateIpAddress(String privateIpAddress)
          [EC2-VPC] The primary or secondary private IP address to associate with the Elastic IP address.
 AssociateAddressRequest AssociateAddressRequest.withPublicIp(String publicIp)
          The Elastic IP address.
 

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



Copyright © 2016. All rights reserved.