Uses of Class
com.amazonaws.services.ec2.model.InstanceNetworkInterfaceAttachment
Packages that use InstanceNetworkInterfaceAttachment
-
Uses of InstanceNetworkInterfaceAttachment in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return InstanceNetworkInterfaceAttachmentModifier and TypeMethodDescriptionInstanceNetworkInterfaceAttachment.clone()
InstanceNetworkInterface.getAttachment()
The network interface attachment.InstanceNetworkInterfaceAttachment.withAttachmentId
(String attachmentId) The ID of the network interface attachment.InstanceNetworkInterfaceAttachment.withAttachTime
(Date attachTime) The time stamp when the attachment initiated.InstanceNetworkInterfaceAttachment.withDeleteOnTermination
(Boolean deleteOnTermination) Indicates whether the network interface is deleted when the instance is terminated.InstanceNetworkInterfaceAttachment.withDeviceIndex
(Integer deviceIndex) The index of the device on the instance for the network interface attachment.InstanceNetworkInterfaceAttachment.withStatus
(AttachmentStatus status) The attachment state.InstanceNetworkInterfaceAttachment.withStatus
(String status) The attachment state.Methods in com.amazonaws.services.ec2.model with parameters of type InstanceNetworkInterfaceAttachmentModifier and TypeMethodDescriptionvoid
InstanceNetworkInterface.setAttachment
(InstanceNetworkInterfaceAttachment attachment) The network interface attachment.InstanceNetworkInterface.withAttachment
(InstanceNetworkInterfaceAttachment attachment) The network interface attachment.