Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
InstanceNetworkInterfaceAttachment |
InstanceNetworkInterfaceAttachment.clone() |
InstanceNetworkInterfaceAttachment |
InstanceNetworkInterface.getAttachment()
The network interface attachment.
|
InstanceNetworkInterfaceAttachment |
InstanceNetworkInterfaceAttachment.withAttachmentId(String attachmentId)
The ID of the network interface attachment.
|
InstanceNetworkInterfaceAttachment |
InstanceNetworkInterfaceAttachment.withAttachTime(Date attachTime)
The time stamp when the attachment initiated.
|
InstanceNetworkInterfaceAttachment |
InstanceNetworkInterfaceAttachment.withDeleteOnTermination(Boolean deleteOnTermination)
Indicates whether the network interface is deleted when the instance is terminated.
|
InstanceNetworkInterfaceAttachment |
InstanceNetworkInterfaceAttachment.withDeviceIndex(Integer deviceIndex)
The index of the device on the instance for the network interface attachment.
|
InstanceNetworkInterfaceAttachment |
InstanceNetworkInterfaceAttachment.withNetworkCardIndex(Integer networkCardIndex)
The index of the network card.
|
InstanceNetworkInterfaceAttachment |
InstanceNetworkInterfaceAttachment.withStatus(AttachmentStatus status)
The attachment state.
|
InstanceNetworkInterfaceAttachment |
InstanceNetworkInterfaceAttachment.withStatus(String status)
The attachment state.
|
Modifier and Type | Method and Description |
---|---|
void |
InstanceNetworkInterface.setAttachment(InstanceNetworkInterfaceAttachment attachment)
The network interface attachment.
|
InstanceNetworkInterface |
InstanceNetworkInterface.withAttachment(InstanceNetworkInterfaceAttachment attachment)
The network interface attachment.
|
Copyright © 2021. All rights reserved.