NetworkInterface |
NetworkInterface.clone() |
|
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(GroupIdentifier... groups) |
Any security groups for the network interface.
|
NetworkInterface |
NetworkInterface.withGroups(Collection<GroupIdentifier> groups) |
Any security groups for the network interface.
|
NetworkInterface |
NetworkInterface.withInterfaceType(NetworkInterfaceType interfaceType) |
The type of interface.
|
NetworkInterface |
NetworkInterface.withInterfaceType(String interfaceType) |
The type of 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(NetworkInterfacePrivateIpAddress... privateIpAddresses) |
The private IP addresses associated with the network interface.
|
NetworkInterface |
NetworkInterface.withPrivateIpAddresses(Collection<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(Tag... tagSet) |
Any tags assigned to the network interface.
|
NetworkInterface |
NetworkInterface.withTagSet(Collection<Tag> tagSet) |
Any tags assigned to the network interface.
|
NetworkInterface |
NetworkInterface.withVpcId(String vpcId) |
The ID of the VPC.
|