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

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

Methods in com.amazonaws.services.ec2 with parameters of type UnassignPrivateIpAddressesRequest
 void AmazonEC2Client.unassignPrivateIpAddresses(UnassignPrivateIpAddressesRequest unassignPrivateIpAddressesRequest)
           Unassigns one or more secondary private IP addresses from a network interface.
 void AmazonEC2.unassignPrivateIpAddresses(UnassignPrivateIpAddressesRequest unassignPrivateIpAddressesRequest)
           Unassigns one or more secondary private IP addresses from a network interface.
 Future<Void> AmazonEC2AsyncClient.unassignPrivateIpAddressesAsync(UnassignPrivateIpAddressesRequest unassignPrivateIpAddressesRequest)
           Unassigns one or more secondary private IP addresses from a network interface.
 Future<Void> AmazonEC2Async.unassignPrivateIpAddressesAsync(UnassignPrivateIpAddressesRequest unassignPrivateIpAddressesRequest)
           Unassigns one or more secondary private IP addresses from a network interface.
 Future<Void> AmazonEC2AsyncClient.unassignPrivateIpAddressesAsync(UnassignPrivateIpAddressesRequest unassignPrivateIpAddressesRequest, AsyncHandler<UnassignPrivateIpAddressesRequest,Void> asyncHandler)
           Unassigns one or more secondary private IP addresses from a network interface.
 Future<Void> AmazonEC2Async.unassignPrivateIpAddressesAsync(UnassignPrivateIpAddressesRequest unassignPrivateIpAddressesRequest, AsyncHandler<UnassignPrivateIpAddressesRequest,Void> asyncHandler)
           Unassigns one or more secondary private IP addresses from a network interface.
 

Method parameters in com.amazonaws.services.ec2 with type arguments of type UnassignPrivateIpAddressesRequest
 Future<Void> AmazonEC2AsyncClient.unassignPrivateIpAddressesAsync(UnassignPrivateIpAddressesRequest unassignPrivateIpAddressesRequest, AsyncHandler<UnassignPrivateIpAddressesRequest,Void> asyncHandler)
           Unassigns one or more secondary private IP addresses from a network interface.
 Future<Void> AmazonEC2Async.unassignPrivateIpAddressesAsync(UnassignPrivateIpAddressesRequest unassignPrivateIpAddressesRequest, AsyncHandler<UnassignPrivateIpAddressesRequest,Void> asyncHandler)
           Unassigns one or more secondary private IP addresses from a network interface.
 

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

Methods in com.amazonaws.services.ec2.model that return UnassignPrivateIpAddressesRequest
 UnassignPrivateIpAddressesRequest UnassignPrivateIpAddressesRequest.withNetworkInterfaceId(String networkInterfaceId)
          The ID of the network interface.
 UnassignPrivateIpAddressesRequest UnassignPrivateIpAddressesRequest.withPrivateIpAddresses(Collection<String> privateIpAddresses)
          The secondary private IP addresses to unassign from the network interface.
 UnassignPrivateIpAddressesRequest UnassignPrivateIpAddressesRequest.withPrivateIpAddresses(String... privateIpAddresses)
          The secondary private IP addresses to unassign from the network interface.
 



Copyright © 2016. All rights reserved.