Uses of Class
com.amazonaws.services.ec2.model.InstanceNetworkInterfaceAttachment

Packages that use InstanceNetworkInterfaceAttachment
com.amazonaws.services.ec2.model Classes modeling the various types represented by AmazonEC2. 
 

Uses of InstanceNetworkInterfaceAttachment in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return InstanceNetworkInterfaceAttachment
 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.withStatus(AttachmentStatus status)
          The attachment state.
 InstanceNetworkInterfaceAttachment InstanceNetworkInterfaceAttachment.withStatus(String status)
          The attachment state.
 

Methods in com.amazonaws.services.ec2.model with parameters of type InstanceNetworkInterfaceAttachment
 void InstanceNetworkInterface.setAttachment(InstanceNetworkInterfaceAttachment attachment)
          The network interface attachment.
 InstanceNetworkInterface InstanceNetworkInterface.withAttachment(InstanceNetworkInterfaceAttachment attachment)
          The network interface attachment.
 



Copyright © 2016. All rights reserved.