Uses of Class
com.amazonaws.services.ec2.model.InstanceNetworkInterface
Packages that use InstanceNetworkInterface
-
Uses of InstanceNetworkInterface in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return InstanceNetworkInterfaceModifier and TypeMethodDescriptionInstanceNetworkInterface.clone()
InstanceNetworkInterface.withAssociation
(InstanceNetworkInterfaceAssociation association) The association information for an Elastic IP associated with the network interface.InstanceNetworkInterface.withAttachment
(InstanceNetworkInterfaceAttachment attachment) The network interface attachment.InstanceNetworkInterface.withDescription
(String description) The description.InstanceNetworkInterface.withGroups
(GroupIdentifier... groups) One or more security groups.InstanceNetworkInterface.withGroups
(Collection<GroupIdentifier> groups) One or more security groups.InstanceNetworkInterface.withMacAddress
(String macAddress) The MAC address.InstanceNetworkInterface.withNetworkInterfaceId
(String networkInterfaceId) The ID of the network interface.InstanceNetworkInterface.withOwnerId
(String ownerId) The ID of the AWS account that created the network interface.InstanceNetworkInterface.withPrivateDnsName
(String privateDnsName) The private DNS name.InstanceNetworkInterface.withPrivateIpAddress
(String privateIpAddress) The IP address of the network interface within the subnet.InstanceNetworkInterface.withPrivateIpAddresses
(InstancePrivateIpAddress... privateIpAddresses) The private IP addresses associated with the network interface.InstanceNetworkInterface.withPrivateIpAddresses
(Collection<InstancePrivateIpAddress> privateIpAddresses) The private IP addresses associated with the network interface.InstanceNetworkInterface.withSourceDestCheck
(Boolean sourceDestCheck) Indicates whether to validate network traffic to or from this network interface.InstanceNetworkInterface.withStatus
(NetworkInterfaceStatus status) The status of the network interface.InstanceNetworkInterface.withStatus
(String status) The status of the network interface.InstanceNetworkInterface.withSubnetId
(String subnetId) The ID of the subnet.The ID of the VPC.Methods in com.amazonaws.services.ec2.model that return types with arguments of type InstanceNetworkInterfaceModifier and TypeMethodDescriptionInstance.getNetworkInterfaces()
[EC2-VPC] One or more network interfaces for the instance.Methods in com.amazonaws.services.ec2.model with parameters of type InstanceNetworkInterfaceModifier and TypeMethodDescriptionInstance.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 InstanceNetworkInterfaceModifier and TypeMethodDescriptionvoid
Instance.setNetworkInterfaces
(Collection<InstanceNetworkInterface> networkInterfaces) [EC2-VPC] One or more network interfaces for the instance.Instance.withNetworkInterfaces
(Collection<InstanceNetworkInterface> networkInterfaces) [EC2-VPC] One or more network interfaces for the instance.