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 NetworkInterfaceAttachmentChanges
NetworkInterfaceAttachmentChanges. clone()
NetworkInterfaceAttachmentChanges
ModifyNetworkInterfaceAttributeRequest. getAttachment()
Information about the interface attachment.NetworkInterfaceAttachmentChanges
NetworkInterfaceAttachmentChanges. withAttachmentId(String attachmentId)
The ID of the network interface attachment.NetworkInterfaceAttachmentChanges
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 NetworkInterfaceAttachmentChanges Modifier and Type Method Description void
ModifyNetworkInterfaceAttributeRequest. setAttachment(NetworkInterfaceAttachmentChanges attachment)
Information about the interface attachment.ModifyNetworkInterfaceAttributeRequest
ModifyNetworkInterfaceAttributeRequest. withAttachment(NetworkInterfaceAttachmentChanges attachment)
Information about the interface attachment.
-