Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<InstanceNetworkInterface> |
Instance.networkInterfaces
[EC2-VPC] One or more network interfaces for the instance.
|
Modifier and Type | Method and Description |
---|---|
InstanceNetworkInterface |
InstanceNetworkInterface.clone() |
InstanceNetworkInterface |
InstanceNetworkInterface.withAssociation(InstanceNetworkInterfaceAssociation association)
The association information for an Elastic IP associated with the network
interface.
|
InstanceNetworkInterface |
InstanceNetworkInterface.withAttachment(InstanceNetworkInterfaceAttachment attachment)
The network interface attachment.
|
InstanceNetworkInterface |
InstanceNetworkInterface.withDescription(java.lang.String description)
The description.
|
InstanceNetworkInterface |
InstanceNetworkInterface.withGroups(java.util.Collection<GroupIdentifier> groups)
One or more security groups.
|
InstanceNetworkInterface |
InstanceNetworkInterface.withGroups(GroupIdentifier... groups)
One or more security groups.
|
InstanceNetworkInterface |
InstanceNetworkInterface.withMacAddress(java.lang.String macAddress)
The MAC address.
|
InstanceNetworkInterface |
InstanceNetworkInterface.withNetworkInterfaceId(java.lang.String networkInterfaceId)
The ID of the network interface.
|
InstanceNetworkInterface |
InstanceNetworkInterface.withOwnerId(java.lang.String ownerId)
The ID of the AWS account that created the network interface.
|
InstanceNetworkInterface |
InstanceNetworkInterface.withPrivateDnsName(java.lang.String privateDnsName)
The private DNS name.
|
InstanceNetworkInterface |
InstanceNetworkInterface.withPrivateIpAddress(java.lang.String privateIpAddress)
The IP address of the network interface within the subnet.
|
InstanceNetworkInterface |
InstanceNetworkInterface.withPrivateIpAddresses(java.util.Collection<InstancePrivateIpAddress> privateIpAddresses)
The private IP addresses associated with the network interface.
|
InstanceNetworkInterface |
InstanceNetworkInterface.withPrivateIpAddresses(InstancePrivateIpAddress... privateIpAddresses)
The private IP addresses associated with the network interface.
|
InstanceNetworkInterface |
InstanceNetworkInterface.withSourceDestCheck(java.lang.Boolean sourceDestCheck)
Indicates whether to validate network traffic to or from this network
interface.
|
InstanceNetworkInterface |
InstanceNetworkInterface.withStatus(NetworkInterfaceStatus status)
The status of the network interface.
|
InstanceNetworkInterface |
InstanceNetworkInterface.withStatus(java.lang.String status)
The status of the network interface.
|
InstanceNetworkInterface |
InstanceNetworkInterface.withSubnetId(java.lang.String subnetId)
The ID of the subnet.
|
InstanceNetworkInterface |
InstanceNetworkInterface.withVpcId(java.lang.String vpcId)
The ID of the VPC.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<InstanceNetworkInterface> |
Instance.getNetworkInterfaces()
[EC2-VPC] One or more network interfaces for the instance.
|
Modifier and Type | Method and Description |
---|---|
Instance |
Instance.withNetworkInterfaces(InstanceNetworkInterface... networkInterfaces)
[EC2-VPC] One or more network interfaces for the instance.
|
Modifier and Type | Method and Description |
---|---|
void |
Instance.setNetworkInterfaces(java.util.Collection<InstanceNetworkInterface> networkInterfaces)
[EC2-VPC] One or more network interfaces for the instance.
|
Instance |
Instance.withNetworkInterfaces(java.util.Collection<InstanceNetworkInterface> networkInterfaces)
[EC2-VPC] One or more network interfaces for the instance.
|
Modifier and Type | Method and Description |
---|---|
InstanceNetworkInterface |
InstanceNetworkInterfaceStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |