Uses of Class
com.amazonaws.services.ec2.model.NetworkInterfaceAssociation
-
Packages that use NetworkInterfaceAssociation Package Description com.amazonaws.services.ec2.model -
-
Uses of NetworkInterfaceAssociation in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return NetworkInterfaceAssociation Modifier and Type Method Description NetworkInterfaceAssociationNetworkInterfaceAssociation. clone()NetworkInterfaceAssociationNetworkInterface. getAssociation()The association information for an Elastic IP associated with the network interface.NetworkInterfaceAssociationNetworkInterfacePrivateIpAddress. getAssociation()The association information for an Elastic IP address associated with the network interface.NetworkInterfaceAssociationNetworkInterfaceAssociation. withAllocationId(String allocationId)The allocation ID.NetworkInterfaceAssociationNetworkInterfaceAssociation. withAssociationId(String associationId)The association ID.NetworkInterfaceAssociationNetworkInterfaceAssociation. withIpOwnerId(String ipOwnerId)The ID of the Elastic IP address owner.NetworkInterfaceAssociationNetworkInterfaceAssociation. withPublicDnsName(String publicDnsName)The public DNS name.NetworkInterfaceAssociationNetworkInterfaceAssociation. 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 NetworkInterfaceAssociation Modifier and Type Method Description voidNetworkInterface. setAssociation(NetworkInterfaceAssociation association)The association information for an Elastic IP associated with the network interface.voidNetworkInterfacePrivateIpAddress. setAssociation(NetworkInterfaceAssociation association)The association information for an Elastic IP address associated with the network interface.NetworkInterfaceNetworkInterface. withAssociation(NetworkInterfaceAssociation association)The association information for an Elastic IP associated with the network interface.NetworkInterfacePrivateIpAddressNetworkInterfacePrivateIpAddress. withAssociation(NetworkInterfaceAssociation association)The association information for an Elastic IP address associated with the network interface.
-