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 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.
|