Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
NetworkInterfaceAttachmentChanges |
ModifyNetworkInterfaceAttributeRequest.getAttachment()
The ID of 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.
|
Modifier and Type | Method and Description |
---|---|
void |
ModifyNetworkInterfaceAttributeRequest.setAttachment(NetworkInterfaceAttachmentChanges attachment)
The ID of the interface attachment.
|
ModifyNetworkInterfaceAttributeRequest |
ModifyNetworkInterfaceAttributeRequest.withAttachment(NetworkInterfaceAttachmentChanges attachment)
The ID of the interface attachment.
|
Copyright © 2014. All rights reserved.