Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
NetworkInterfaceAttachment |
NetworkInterfaceAttachment.clone() |
NetworkInterfaceAttachment |
DescribeNetworkInterfaceAttributeResult.getAttachment()
The attachment (if any) of the network interface.
|
NetworkInterfaceAttachment |
NetworkInterface.getAttachment()
The network interface attachment.
|
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 Amazon Web Services account ID of the owner of the instance.
|
NetworkInterfaceAttachment |
NetworkInterfaceAttachment.withNetworkCardIndex(Integer networkCardIndex)
The index of the network card.
|
NetworkInterfaceAttachment |
NetworkInterfaceAttachment.withStatus(AttachmentStatus status)
The attachment state.
|
NetworkInterfaceAttachment |
NetworkInterfaceAttachment.withStatus(String status)
The attachment state.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeNetworkInterfaceAttributeResult.setAttachment(NetworkInterfaceAttachment attachment)
The attachment (if any) of the network interface.
|
void |
NetworkInterface.setAttachment(NetworkInterfaceAttachment attachment)
The network interface attachment.
|
DescribeNetworkInterfaceAttributeResult |
DescribeNetworkInterfaceAttributeResult.withAttachment(NetworkInterfaceAttachment attachment)
The attachment (if any) of the network interface.
|
NetworkInterface |
NetworkInterface.withAttachment(NetworkInterfaceAttachment attachment)
The network interface attachment.
|
Copyright © 2021. All rights reserved.