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

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

Methods in com.amazonaws.services.ec2 with parameters of type AssignPrivateIpAddressesRequest
 void AmazonEC2Client.assignPrivateIpAddresses(AssignPrivateIpAddressesRequest assignPrivateIpAddressesRequest)
           Assigns one or more secondary private IP addresses to the specified network interface.
 void AmazonEC2.assignPrivateIpAddresses(AssignPrivateIpAddressesRequest assignPrivateIpAddressesRequest)
           Assigns one or more secondary private IP addresses to the specified network interface.
 Future<Void> AmazonEC2AsyncClient.assignPrivateIpAddressesAsync(AssignPrivateIpAddressesRequest assignPrivateIpAddressesRequest)
           Assigns one or more secondary private IP addresses to the specified network interface.
 Future<Void> AmazonEC2Async.assignPrivateIpAddressesAsync(AssignPrivateIpAddressesRequest assignPrivateIpAddressesRequest)
           Assigns one or more secondary private IP addresses to the specified network interface.
 Future<Void> AmazonEC2AsyncClient.assignPrivateIpAddressesAsync(AssignPrivateIpAddressesRequest assignPrivateIpAddressesRequest, AsyncHandler<AssignPrivateIpAddressesRequest,Void> asyncHandler)
           Assigns one or more secondary private IP addresses to the specified network interface.
 Future<Void> AmazonEC2Async.assignPrivateIpAddressesAsync(AssignPrivateIpAddressesRequest assignPrivateIpAddressesRequest, AsyncHandler<AssignPrivateIpAddressesRequest,Void> asyncHandler)
           Assigns one or more secondary private IP addresses to the specified network interface.
 

Method parameters in com.amazonaws.services.ec2 with type arguments of type AssignPrivateIpAddressesRequest
 Future<Void> AmazonEC2AsyncClient.assignPrivateIpAddressesAsync(AssignPrivateIpAddressesRequest assignPrivateIpAddressesRequest, AsyncHandler<AssignPrivateIpAddressesRequest,Void> asyncHandler)
           Assigns one or more secondary private IP addresses to the specified network interface.
 Future<Void> AmazonEC2Async.assignPrivateIpAddressesAsync(AssignPrivateIpAddressesRequest assignPrivateIpAddressesRequest, AsyncHandler<AssignPrivateIpAddressesRequest,Void> asyncHandler)
           Assigns one or more secondary private IP addresses to the specified network interface.
 

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

Methods in com.amazonaws.services.ec2.model that return AssignPrivateIpAddressesRequest
 AssignPrivateIpAddressesRequest AssignPrivateIpAddressesRequest.withAllowReassignment(Boolean allowReassignment)
          Indicates whether to allow an IP address that is already assigned to another network interface or instance to be reassigned to the specified network interface.
 AssignPrivateIpAddressesRequest AssignPrivateIpAddressesRequest.withNetworkInterfaceId(String networkInterfaceId)
          The ID of the network interface.
 AssignPrivateIpAddressesRequest AssignPrivateIpAddressesRequest.withPrivateIpAddresses(Collection<String> privateIpAddresses)
          One or more IP addresses to be assigned as a secondary private IP address to the network interface.
 AssignPrivateIpAddressesRequest AssignPrivateIpAddressesRequest.withPrivateIpAddresses(String... privateIpAddresses)
          One or more IP addresses to be assigned as a secondary private IP address to the network interface.
 AssignPrivateIpAddressesRequest AssignPrivateIpAddressesRequest.withSecondaryPrivateIpAddressCount(Integer secondaryPrivateIpAddressCount)
          The number of secondary IP addresses to assign to the network interface.
 



Copyright © 2016. All rights reserved.