|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NetworkInterface | |
---|---|
com.amazonaws.services.ec2.model | Classes modeling the various types represented by AmazonEC2. |
Uses of NetworkInterface in com.amazonaws.services.ec2.model |
---|
Methods in com.amazonaws.services.ec2.model that return NetworkInterface | |
---|---|
NetworkInterface |
CreateNetworkInterfaceResult.getNetworkInterface()
Information about the network interface. |
NetworkInterface |
NetworkInterface.withAssociation(NetworkInterfaceAssociation association)
The association information for an Elastic IP associated with the network interface. |
NetworkInterface |
NetworkInterface.withAttachment(NetworkInterfaceAttachment attachment)
The network interface attachment. |
NetworkInterface |
NetworkInterface.withAvailabilityZone(String availabilityZone)
The Availability Zone. |
NetworkInterface |
NetworkInterface.withDescription(String description)
A description. |
NetworkInterface |
NetworkInterface.withGroups(Collection<GroupIdentifier> groups)
Any security groups for the network interface. |
NetworkInterface |
NetworkInterface.withGroups(GroupIdentifier... groups)
Any security groups for the network interface. |
NetworkInterface |
NetworkInterface.withMacAddress(String macAddress)
The MAC address. |
NetworkInterface |
NetworkInterface.withNetworkInterfaceId(String networkInterfaceId)
The ID of the network interface. |
NetworkInterface |
NetworkInterface.withOwnerId(String ownerId)
The AWS account ID of the owner of the network interface. |
NetworkInterface |
NetworkInterface.withPrivateDnsName(String privateDnsName)
The private DNS name. |
NetworkInterface |
NetworkInterface.withPrivateIpAddress(String privateIpAddress)
The IP address of the network interface within the subnet. |
NetworkInterface |
NetworkInterface.withPrivateIpAddresses(Collection<NetworkInterfacePrivateIpAddress> privateIpAddresses)
The private IP addresses associated with the network interface. |
NetworkInterface |
NetworkInterface.withPrivateIpAddresses(NetworkInterfacePrivateIpAddress... privateIpAddresses)
The private IP addresses associated with the network interface. |
NetworkInterface |
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 |
NetworkInterface.withRequesterManaged(Boolean requesterManaged)
Indicates whether the network interface is being managed by AWS. |
NetworkInterface |
NetworkInterface.withSourceDestCheck(Boolean sourceDestCheck)
Indicates whether traffic to or from the instance is validated. |
NetworkInterface |
NetworkInterface.withStatus(NetworkInterfaceStatus status)
The status of the network interface. |
NetworkInterface |
NetworkInterface.withStatus(String status)
The status of the network interface. |
NetworkInterface |
NetworkInterface.withSubnetId(String subnetId)
The ID of the subnet. |
NetworkInterface |
NetworkInterface.withTagSet(Collection<Tag> tagSet)
Any tags assigned to the network interface. |
NetworkInterface |
NetworkInterface.withTagSet(Tag... tagSet)
Any tags assigned to the network interface. |
NetworkInterface |
NetworkInterface.withVpcId(String vpcId)
The ID of the VPC. |
Methods in com.amazonaws.services.ec2.model that return types with arguments of type NetworkInterface | |
---|---|
List<NetworkInterface> |
DescribeNetworkInterfacesResult.getNetworkInterfaces()
Information about one or more network interfaces. |
Methods in com.amazonaws.services.ec2.model with parameters of type NetworkInterface | |
---|---|
void |
CreateNetworkInterfaceResult.setNetworkInterface(NetworkInterface networkInterface)
Information about the network interface. |
CreateNetworkInterfaceResult |
CreateNetworkInterfaceResult.withNetworkInterface(NetworkInterface networkInterface)
Information about the network interface. |
DescribeNetworkInterfacesResult |
DescribeNetworkInterfacesResult.withNetworkInterfaces(NetworkInterface... networkInterfaces)
Information about one or more network interfaces. |
Method parameters in com.amazonaws.services.ec2.model with type arguments of type NetworkInterface | |
---|---|
void |
DescribeNetworkInterfacesResult.setNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
Information about one or more network interfaces. |
DescribeNetworkInterfacesResult |
DescribeNetworkInterfacesResult.withNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
Information about one or more network interfaces. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |