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

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

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

Methods in com.amazonaws.services.ec2.model that return InstanceNetworkInterfaceAssociation
 InstanceNetworkInterfaceAssociation InstancePrivateIpAddress.getAssociation()
          The association information for an Elastic IP address for the network interface.
 InstanceNetworkInterfaceAssociation InstanceNetworkInterface.getAssociation()
          The association information for an Elastic IP associated with the network interface.
 InstanceNetworkInterfaceAssociation InstanceNetworkInterfaceAssociation.withIpOwnerId(String ipOwnerId)
          The ID of the owner of the Elastic IP address.
 InstanceNetworkInterfaceAssociation InstanceNetworkInterfaceAssociation.withPublicDnsName(String publicDnsName)
          The public DNS name.
 InstanceNetworkInterfaceAssociation InstanceNetworkInterfaceAssociation.withPublicIp(String publicIp)
          The address of the Elastic IP address bound to the network interface.
 

Methods in com.amazonaws.services.ec2.model with parameters of type InstanceNetworkInterfaceAssociation
 void InstancePrivateIpAddress.setAssociation(InstanceNetworkInterfaceAssociation association)
          The association information for an Elastic IP address for the network interface.
 void InstanceNetworkInterface.setAssociation(InstanceNetworkInterfaceAssociation association)
          The association information for an Elastic IP associated with the network interface.
 InstancePrivateIpAddress InstancePrivateIpAddress.withAssociation(InstanceNetworkInterfaceAssociation association)
          The association information for an Elastic IP address for the network interface.
 InstanceNetworkInterface InstanceNetworkInterface.withAssociation(InstanceNetworkInterfaceAssociation association)
          The association information for an Elastic IP associated with the network interface.
 



Copyright © 2016. All rights reserved.