Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private NetworkInterfaceAttachmentChanges |
ModifyNetworkInterfaceAttributeRequest.attachment
Information about the interface attachment.
|
Modifier and Type | Method and Description |
---|---|
NetworkInterfaceAttachmentChanges |
NetworkInterfaceAttachmentChanges.clone() |
NetworkInterfaceAttachmentChanges |
ModifyNetworkInterfaceAttributeRequest.getAttachment()
Information about the interface attachment.
|
NetworkInterfaceAttachmentChanges |
NetworkInterfaceAttachmentChanges.withAttachmentId(java.lang.String attachmentId)
The ID of the network interface attachment.
|
NetworkInterfaceAttachmentChanges |
NetworkInterfaceAttachmentChanges.withDeleteOnTermination(java.lang.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)
Information about the interface attachment.
|
ModifyNetworkInterfaceAttributeRequest |
ModifyNetworkInterfaceAttributeRequest.withAttachment(NetworkInterfaceAttachmentChanges attachment)
Information about the interface attachment.
|
Modifier and Type | Method and Description |
---|---|
NetworkInterfaceAttachmentChanges |
NetworkInterfaceAttachmentChangesStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |