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

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

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

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

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

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

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



Copyright © 2016. All rights reserved.