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

Packages that use InstancePrivateIpAddress
com.amazonaws.services.ec2.model Classes modeling the various types represented by AmazonEC2. 
 

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

Methods in com.amazonaws.services.ec2.model that return InstancePrivateIpAddress
 InstancePrivateIpAddress InstancePrivateIpAddress.withAssociation(InstanceNetworkInterfaceAssociation association)
          The association information for an Elastic IP address for the network interface.
 InstancePrivateIpAddress InstancePrivateIpAddress.withPrimary(Boolean primary)
          Indicates whether this IP address is the primary private IP address of the network interface.
 InstancePrivateIpAddress InstancePrivateIpAddress.withPrivateDnsName(String privateDnsName)
          The private DNS name.
 InstancePrivateIpAddress InstancePrivateIpAddress.withPrivateIpAddress(String privateIpAddress)
          The private IP address of the network interface.
 

Methods in com.amazonaws.services.ec2.model that return types with arguments of type InstancePrivateIpAddress
 List<InstancePrivateIpAddress> InstanceNetworkInterface.getPrivateIpAddresses()
          The private IP addresses associated with the network interface.
 

Methods in com.amazonaws.services.ec2.model with parameters of type InstancePrivateIpAddress
 InstanceNetworkInterface InstanceNetworkInterface.withPrivateIpAddresses(InstancePrivateIpAddress... privateIpAddresses)
          The private IP addresses associated with the network interface.
 

Method parameters in com.amazonaws.services.ec2.model with type arguments of type InstancePrivateIpAddress
 void InstanceNetworkInterface.setPrivateIpAddresses(Collection<InstancePrivateIpAddress> privateIpAddresses)
          The private IP addresses associated with the network interface.
 InstanceNetworkInterface InstanceNetworkInterface.withPrivateIpAddresses(Collection<InstancePrivateIpAddress> privateIpAddresses)
          The private IP addresses associated with the network interface.
 



Copyright © 2016. All rights reserved.