|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NetworkInterfaceAttachment | |
---|---|
com.amazonaws.services.ec2.model | Classes modeling the various types represented by AmazonEC2. |
Uses of NetworkInterfaceAttachment in com.amazonaws.services.ec2.model |
---|
Methods in com.amazonaws.services.ec2.model that return NetworkInterfaceAttachment | |
---|---|
NetworkInterfaceAttachment |
NetworkInterface.getAttachment()
The network interface attachment. |
NetworkInterfaceAttachment |
DescribeNetworkInterfaceAttributeResult.getAttachment()
The attachment (if any) of the network interface. |
NetworkInterfaceAttachment |
NetworkInterfaceAttachment.withAttachmentId(String attachmentId)
The ID of the network interface attachment. |
NetworkInterfaceAttachment |
NetworkInterfaceAttachment.withAttachTime(Date attachTime)
The timestamp indicating when the attachment initiated. |
NetworkInterfaceAttachment |
NetworkInterfaceAttachment.withDeleteOnTermination(Boolean deleteOnTermination)
Indicates whether the network interface is deleted when the instance is terminated. |
NetworkInterfaceAttachment |
NetworkInterfaceAttachment.withDeviceIndex(Integer deviceIndex)
The device index of the network interface attachment on the instance. |
NetworkInterfaceAttachment |
NetworkInterfaceAttachment.withInstanceId(String instanceId)
The ID of the instance. |
NetworkInterfaceAttachment |
NetworkInterfaceAttachment.withInstanceOwnerId(String instanceOwnerId)
The AWS account ID of the owner of the instance. |
NetworkInterfaceAttachment |
NetworkInterfaceAttachment.withStatus(AttachmentStatus status)
The attachment state. |
NetworkInterfaceAttachment |
NetworkInterfaceAttachment.withStatus(String status)
The attachment state. |
Methods in com.amazonaws.services.ec2.model with parameters of type NetworkInterfaceAttachment | |
---|---|
void |
NetworkInterface.setAttachment(NetworkInterfaceAttachment attachment)
The network interface attachment. |
void |
DescribeNetworkInterfaceAttributeResult.setAttachment(NetworkInterfaceAttachment attachment)
The attachment (if any) of the network interface. |
NetworkInterface |
NetworkInterface.withAttachment(NetworkInterfaceAttachment attachment)
The network interface attachment. |
DescribeNetworkInterfaceAttributeResult |
DescribeNetworkInterfaceAttributeResult.withAttachment(NetworkInterfaceAttachment attachment)
The attachment (if any) of the network interface. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |