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

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

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

Methods in com.amazonaws.services.ec2.model that return InstanceNetworkInterface
 InstanceNetworkInterface InstanceNetworkInterface.withAssociation(InstanceNetworkInterfaceAssociation association)
          The association information for an Elastic IP associated with the network interface.
 InstanceNetworkInterface InstanceNetworkInterface.withAttachment(InstanceNetworkInterfaceAttachment attachment)
          The network interface attachment.
 InstanceNetworkInterface InstanceNetworkInterface.withDescription(String description)
          The description.
 InstanceNetworkInterface InstanceNetworkInterface.withGroups(Collection<GroupIdentifier> groups)
          One or more security groups.
 InstanceNetworkInterface InstanceNetworkInterface.withGroups(GroupIdentifier... groups)
          One or more security groups.
 InstanceNetworkInterface InstanceNetworkInterface.withNetworkInterfaceId(String networkInterfaceId)
          The ID of the network interface.
 InstanceNetworkInterface InstanceNetworkInterface.withOwnerId(String ownerId)
          The ID of the AWS account that created the network interface.
 InstanceNetworkInterface InstanceNetworkInterface.withPrivateDnsName(String privateDnsName)
          The private DNS name.
 InstanceNetworkInterface InstanceNetworkInterface.withPrivateIpAddress(String privateIpAddress)
          The IP address of the network interface within the subnet.
 InstanceNetworkInterface InstanceNetworkInterface.withPrivateIpAddresses(Collection<InstancePrivateIpAddress> privateIpAddresses)
          The private IP addresses associated with the network interface.
 InstanceNetworkInterface InstanceNetworkInterface.withPrivateIpAddresses(InstancePrivateIpAddress... privateIpAddresses)
          The private IP addresses associated with the network interface.
 InstanceNetworkInterface InstanceNetworkInterface.withSourceDestCheck(Boolean sourceDestCheck)
          Indicates whether to validate network traffic to or from this network interface.
 InstanceNetworkInterface InstanceNetworkInterface.withStatus(NetworkInterfaceStatus status)
          The status of the network interface.
 InstanceNetworkInterface InstanceNetworkInterface.withStatus(String status)
          The status of the network interface.
 InstanceNetworkInterface InstanceNetworkInterface.withSubnetId(String subnetId)
          The ID of the subnet.
 InstanceNetworkInterface InstanceNetworkInterface.withVpcId(String vpcId)
          The ID of the VPC.
 

Methods in com.amazonaws.services.ec2.model that return types with arguments of type InstanceNetworkInterface
 List<InstanceNetworkInterface> Instance.getNetworkInterfaces()
          [EC2-VPC] One or more network interfaces for the instance.
 

Methods in com.amazonaws.services.ec2.model with parameters of type InstanceNetworkInterface
 Instance Instance.withNetworkInterfaces(InstanceNetworkInterface... networkInterfaces)
          [EC2-VPC] One or more network interfaces for the instance.
 

Method parameters in com.amazonaws.services.ec2.model with type arguments of type InstanceNetworkInterface
 void Instance.setNetworkInterfaces(Collection<InstanceNetworkInterface> networkInterfaces)
          [EC2-VPC] One or more network interfaces for the instance.
 Instance Instance.withNetworkInterfaces(Collection<InstanceNetworkInterface> networkInterfaces)
          [EC2-VPC] One or more network interfaces for the instance.
 



Copyright © 2016. All rights reserved.