Uses of Class
com.amazonaws.services.ec2.model.InstanceNetworkInterfaceAssociation
-
Packages that use InstanceNetworkInterfaceAssociation Package Description com.amazonaws.services.ec2.model -
-
Uses of InstanceNetworkInterfaceAssociation in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return InstanceNetworkInterfaceAssociation Modifier and Type Method Description InstanceNetworkInterfaceAssociationInstanceNetworkInterfaceAssociation. clone()InstanceNetworkInterfaceAssociationInstanceNetworkInterface. getAssociation()The association information for an Elastic IP associated with the network interface.InstanceNetworkInterfaceAssociationInstancePrivateIpAddress. getAssociation()The association information for an Elastic IP address for the network interface.InstanceNetworkInterfaceAssociationInstanceNetworkInterfaceAssociation. withIpOwnerId(String ipOwnerId)The ID of the owner of the Elastic IP address.InstanceNetworkInterfaceAssociationInstanceNetworkInterfaceAssociation. withPublicDnsName(String publicDnsName)The public DNS name.InstanceNetworkInterfaceAssociationInstanceNetworkInterfaceAssociation. withPublicIp(String publicIp)The public IP address or Elastic IP address bound to the network interface.Methods in com.amazonaws.services.ec2.model with parameters of type InstanceNetworkInterfaceAssociation Modifier and Type Method Description voidInstanceNetworkInterface. setAssociation(InstanceNetworkInterfaceAssociation association)The association information for an Elastic IP associated with the network interface.voidInstancePrivateIpAddress. setAssociation(InstanceNetworkInterfaceAssociation association)The association information for an Elastic IP address for the network interface.InstanceNetworkInterfaceInstanceNetworkInterface. withAssociation(InstanceNetworkInterfaceAssociation association)The association information for an Elastic IP associated with the network interface.InstancePrivateIpAddressInstancePrivateIpAddress. withAssociation(InstanceNetworkInterfaceAssociation association)The association information for an Elastic IP address for the network interface.
-