Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private NetworkInterface |
CreateNetworkInterfaceResult.networkInterface
Information about the network interface.
|
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<NetworkInterface> |
DescribeNetworkInterfacesResult.networkInterfaces
Information about one or more network interfaces.
|
Modifier and Type | Method and Description |
---|---|
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(java.lang.String availabilityZone)
The Availability Zone.
|
NetworkInterface |
NetworkInterface.withDescription(java.lang.String description)
A description.
|
NetworkInterface |
NetworkInterface.withGroups(java.util.Collection<GroupIdentifier> groups)
Any security groups for the network interface.
|
NetworkInterface |
NetworkInterface.withGroups(GroupIdentifier... groups)
Any security groups for the network interface.
|
NetworkInterface |
NetworkInterface.withInterfaceType(NetworkInterfaceType interfaceType)
The type of interface.
|
NetworkInterface |
NetworkInterface.withInterfaceType(java.lang.String interfaceType)
The type of interface.
|
NetworkInterface |
NetworkInterface.withMacAddress(java.lang.String macAddress)
The MAC address.
|
NetworkInterface |
NetworkInterface.withNetworkInterfaceId(java.lang.String networkInterfaceId)
The ID of the network interface.
|
NetworkInterface |
NetworkInterface.withOwnerId(java.lang.String ownerId)
The AWS account ID of the owner of the network interface.
|
NetworkInterface |
NetworkInterface.withPrivateDnsName(java.lang.String privateDnsName)
The private DNS name.
|
NetworkInterface |
NetworkInterface.withPrivateIpAddress(java.lang.String privateIpAddress)
The IP address of the network interface within the subnet.
|
NetworkInterface |
NetworkInterface.withPrivateIpAddresses(java.util.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(java.lang.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(java.lang.Boolean requesterManaged)
Indicates whether the network interface is being managed by AWS.
|
NetworkInterface |
NetworkInterface.withSourceDestCheck(java.lang.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(java.lang.String status)
The status of the network interface.
|
NetworkInterface |
NetworkInterface.withSubnetId(java.lang.String subnetId)
The ID of the subnet.
|
NetworkInterface |
NetworkInterface.withTagSet(java.util.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(java.lang.String vpcId)
The ID of the VPC.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<NetworkInterface> |
DescribeNetworkInterfacesResult.getNetworkInterfaces()
Information about one or more network interfaces.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeNetworkInterfacesResult.setNetworkInterfaces(java.util.Collection<NetworkInterface> networkInterfaces)
Information about one or more network interfaces.
|
DescribeNetworkInterfacesResult |
DescribeNetworkInterfacesResult.withNetworkInterfaces(java.util.Collection<NetworkInterface> networkInterfaces)
Information about one or more network interfaces.
|
Modifier and Type | Method and Description |
---|---|
NetworkInterface |
NetworkInterfaceStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |