Uses of Class
com.amazonaws.services.ec2.model.NetworkInterfaceAttachmentChanges
Packages that use NetworkInterfaceAttachmentChanges
-
Uses of NetworkInterfaceAttachmentChanges in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return NetworkInterfaceAttachmentChangesModifier and TypeMethodDescriptionNetworkInterfaceAttachmentChanges.clone()
ModifyNetworkInterfaceAttributeRequest.getAttachment()
Information about the interface attachment.NetworkInterfaceAttachmentChanges.withAttachmentId
(String attachmentId) The ID of the network interface attachment.NetworkInterfaceAttachmentChanges.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 NetworkInterfaceAttachmentChangesModifier and TypeMethodDescriptionvoid
ModifyNetworkInterfaceAttributeRequest.setAttachment
(NetworkInterfaceAttachmentChanges attachment) Information about the interface attachment.ModifyNetworkInterfaceAttributeRequest.withAttachment
(NetworkInterfaceAttachmentChanges attachment) Information about the interface attachment.