Uses of Class
com.amazonaws.services.ec2.model.NetworkInterface
Packages that use NetworkInterface
-
Uses of NetworkInterface in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return NetworkInterfaceModifier and TypeMethodDescriptionNetworkInterface.clone()CreateNetworkInterfaceResult.getNetworkInterface()Information about the network interface.NetworkInterface.withAssociation(NetworkInterfaceAssociation association) The association information for an Elastic IP associated with the network interface.NetworkInterface.withAttachment(NetworkInterfaceAttachment attachment) The network interface attachment.NetworkInterface.withAvailabilityZone(String availabilityZone) The Availability Zone.NetworkInterface.withDescription(String description) A description.NetworkInterface.withGroups(GroupIdentifier... groups) Any security groups for the network interface.NetworkInterface.withGroups(Collection<GroupIdentifier> groups) Any security groups for the network interface.NetworkInterface.withInterfaceType(NetworkInterfaceType interfaceType) The type of interface.NetworkInterface.withInterfaceType(String interfaceType) The type of interface.NetworkInterface.withMacAddress(String macAddress) The MAC address.NetworkInterface.withNetworkInterfaceId(String networkInterfaceId) The ID of the network interface.NetworkInterface.withOwnerId(String ownerId) The AWS account ID of the owner of the network interface.NetworkInterface.withPrivateDnsName(String privateDnsName) The private DNS name.NetworkInterface.withPrivateIpAddress(String privateIpAddress) The IP address of the network interface within the subnet.NetworkInterface.withPrivateIpAddresses(NetworkInterfacePrivateIpAddress... privateIpAddresses) The private IP addresses associated with the network interface.NetworkInterface.withPrivateIpAddresses(Collection<NetworkInterfacePrivateIpAddress> privateIpAddresses) The private IP addresses associated with the network interface.NetworkInterface.withRequesterId(String requesterId) The ID of the entity that launched the instance on your behalf (for example, AWS Management Console or Auto Scaling).NetworkInterface.withRequesterManaged(Boolean requesterManaged) Indicates whether the network interface is being managed by AWS.NetworkInterface.withSourceDestCheck(Boolean sourceDestCheck) Indicates whether traffic to or from the instance is validated.NetworkInterface.withStatus(NetworkInterfaceStatus status) The status of the network interface.NetworkInterface.withStatus(String status) The status of the network interface.NetworkInterface.withSubnetId(String subnetId) The ID of the subnet.NetworkInterface.withTagSet(Tag... tagSet) Any tags assigned to the network interface.NetworkInterface.withTagSet(Collection<Tag> tagSet) Any tags assigned to the network interface.The ID of the VPC.Methods in com.amazonaws.services.ec2.model that return types with arguments of type NetworkInterfaceModifier and TypeMethodDescriptionDescribeNetworkInterfacesResult.getNetworkInterfaces()Information about one or more network interfaces.Methods in com.amazonaws.services.ec2.model with parameters of type NetworkInterfaceModifier and TypeMethodDescriptionvoidCreateNetworkInterfaceResult.setNetworkInterface(NetworkInterface networkInterface) Information about the network interface.CreateNetworkInterfaceResult.withNetworkInterface(NetworkInterface networkInterface) Information about the network interface.DescribeNetworkInterfacesResult.withNetworkInterfaces(NetworkInterface... networkInterfaces) Information about one or more network interfaces.Method parameters in com.amazonaws.services.ec2.model with type arguments of type NetworkInterfaceModifier and TypeMethodDescriptionvoidDescribeNetworkInterfacesResult.setNetworkInterfaces(Collection<NetworkInterface> networkInterfaces) Information about one or more network interfaces.DescribeNetworkInterfacesResult.withNetworkInterfaces(Collection<NetworkInterface> networkInterfaces) Information about one or more network interfaces.