Uses of Class
com.amazonaws.services.ec2.model.NetworkInterfaceAttachmentChanges
-
Packages that use NetworkInterfaceAttachmentChanges Package Description com.amazonaws.services.ec2.model -
-
Uses of NetworkInterfaceAttachmentChanges in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return NetworkInterfaceAttachmentChanges Modifier and Type Method Description NetworkInterfaceAttachmentChangesNetworkInterfaceAttachmentChanges. clone()NetworkInterfaceAttachmentChangesModifyNetworkInterfaceAttributeRequest. getAttachment()Information about the interface attachment.NetworkInterfaceAttachmentChangesNetworkInterfaceAttachmentChanges. withAttachmentId(String attachmentId)The ID of the network interface attachment.NetworkInterfaceAttachmentChangesNetworkInterfaceAttachmentChanges. withDeleteOnTermination(Boolean deleteOnTermination)Indicates whether the network interface is deleted when the instance is terminated.Methods in com.amazonaws.services.ec2.model with parameters of type NetworkInterfaceAttachmentChanges Modifier and Type Method Description voidModifyNetworkInterfaceAttributeRequest. setAttachment(NetworkInterfaceAttachmentChanges attachment)Information about the interface attachment.ModifyNetworkInterfaceAttributeRequestModifyNetworkInterfaceAttributeRequest. withAttachment(NetworkInterfaceAttachmentChanges attachment)Information about the interface attachment.
-