Uses of Class
com.amazonaws.services.ec2.model.NetworkInterfaceAttachment
Packages that use NetworkInterfaceAttachment
-
Uses of NetworkInterfaceAttachment in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return NetworkInterfaceAttachmentModifier and TypeMethodDescriptionNetworkInterfaceAttachment.clone()DescribeNetworkInterfaceAttributeResult.getAttachment()The attachment (if any) of the network interface.NetworkInterface.getAttachment()The network interface attachment.NetworkInterfaceAttachment.withAttachmentId(String attachmentId) The ID of the network interface attachment.NetworkInterfaceAttachment.withAttachTime(Date attachTime) The timestamp indicating when the attachment initiated.NetworkInterfaceAttachment.withDeleteOnTermination(Boolean deleteOnTermination) Indicates whether the network interface is deleted when the instance is terminated.NetworkInterfaceAttachment.withDeviceIndex(Integer deviceIndex) The device index of the network interface attachment on the instance.NetworkInterfaceAttachment.withInstanceId(String instanceId) The ID of the instance.NetworkInterfaceAttachment.withInstanceOwnerId(String instanceOwnerId) The AWS account ID of the owner of the instance.NetworkInterfaceAttachment.withStatus(AttachmentStatus status) The attachment state.NetworkInterfaceAttachment.withStatus(String status) The attachment state.Methods in com.amazonaws.services.ec2.model with parameters of type NetworkInterfaceAttachmentModifier and TypeMethodDescriptionvoidDescribeNetworkInterfaceAttributeResult.setAttachment(NetworkInterfaceAttachment attachment) The attachment (if any) of the network interface.voidNetworkInterface.setAttachment(NetworkInterfaceAttachment attachment) The network interface attachment.DescribeNetworkInterfaceAttributeResult.withAttachment(NetworkInterfaceAttachment attachment) The attachment (if any) of the network interface.NetworkInterface.withAttachment(NetworkInterfaceAttachment attachment) The network interface attachment.